/// <reference types="react" />
import type { RecoverFormProps } from "../../../types";
export declare const WebauthnRecoverAccountForm: import("react").ComponentType<
    RecoverFormProps & {
        setError: React.Dispatch<React.SetStateAction<string | undefined>>;
    }
>;
export declare const WebauthnRecoverAccount: import("react").ComponentType<RecoverFormProps>;
