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