import type { Wallet } from '@tronweb3/tronwallet-adapter-react-hooks'; import type { FC } from 'react'; export interface WalletItemProps { onClick: () => void; wallet: Wallet; } export declare const WalletItem: FC; //# sourceMappingURL=WalletItem.d.ts.map