import type { Wallet } from '@solana/wallet-adapter-react'; import type { DetailedHTMLProps, FC, ImgHTMLAttributes } from 'react'; export interface WalletIconProps extends DetailedHTMLProps, HTMLImageElement> { wallet: Wallet | null; } export declare const WalletIcon: FC; //# sourceMappingURL=WalletIcon.d.ts.map