//#region src/components-page/forgot-password.d.ts declare function ForgotPasswordForm({ onSent }: { onSent?: () => void; }): import("react/jsx-runtime").JSX.Element; declare function ForgotPassword(props: { fullPage?: boolean; }): import("react/jsx-runtime").JSX.Element; //#endregion export { ForgotPassword, ForgotPasswordForm }; //# sourceMappingURL=forgot-password.d.ts.map