interface ForgotPasswordFormProps { onSuccess?: () => void; showBackButton?: boolean; backButtonText?: string; backButtonHref?: string; title?: string; subtitle?: string; successMessage?: string; className?: string; } export declare function ForgotPasswordForm({ onSuccess, showBackButton, backButtonText, backButtonHref, title, subtitle, successMessage, className, }: ForgotPasswordFormProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ForgotPasswordForm.d.ts.map