import * as React from "react";
import type { SendRecoveryEmailFormProps } from "../../../types";
export declare const SendRecoveryEmailForm: React.FC<SendRecoveryEmailFormProps>;
