import { FC } from 'react'; type Props = { isLoading?: boolean; }; export declare const EmbeddedWalletRecoveryEmailSection: FC; export {};