import type { ListItemProps } from '@chakra-ui/react'; import type { Wallet } from '@solana/wallet-adapter-react'; import type { FC, MouseEventHandler } from 'react'; interface WalletListItemProps extends Omit { onClick: MouseEventHandler; wallet: Wallet; } export declare const WalletListItem: FC; export {}; //# sourceMappingURL=WalletListItem.d.ts.map