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