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