/// type Props = { className?: string; }; export declare const SecureEmbeddedWalletCard: ({ className }: Props) => JSX.Element | null; export {};