import type { Connector as BigmiConnector } from '@bigmi/client'; import type { WalletWithRequiredFeatures } from '@mysten/wallet-standard'; import type { WalletAdapter } from '@solana/wallet-adapter-base'; import type { Connector } from 'wagmi'; export declare const getConnectorIcon: (connector?: Connector | WalletAdapter | BigmiConnector | WalletWithRequiredFeatures) => string | undefined;