import { FC, PropsWithChildren, ReactElement } from 'react'; type WalletGroupViewLayoutProps = { title: string; titleCopyKey: string; icon: ReactElement; }; export declare const WalletGroupViewLayout: FC>; export {};