import type { Wallet } from '@solana/wallet-adapter-react'; import type { FC, MouseEventHandler } from 'react'; export interface WalletListItemProps { handleClick: MouseEventHandler; tabIndex?: number; wallet: Wallet; } export declare const WalletListItem: FC; //# sourceMappingURL=WalletListItem.d.ts.map