import React from "react"; interface Properties { handleSubmit: (email: string) => void; loading?: boolean; } export declare const ForgotPasswordForm: ({ handleSubmit, loading }: Properties) => React.JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map