/// <reference types="react" />
import type { EmailSentProps } from "../../../types";
export declare const PasskeyRecoveryEmailSent: import("react").ComponentType<EmailSentProps>;
