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