import React from 'react'; interface SignupPageProps { onBack: () => void; onSuccess: () => void; } export declare const SignupPage: React.FC; export {};