import { FC, HTMLAttributes } from 'react'; export interface Props extends HTMLAttributes { list: any; } export declare const WalletMenu: FC;