import { type EIP6963ProviderWalletInfo, SupportedWallets } from '../types'; export declare const OKX_MOBILE_CONNECT_WALLET: { icon: string; uuid: string; name: string; }; export declare const OKX_MINI_WALLET: { icon: string; uuid: string; name: SupportedWallets; rdns: string; }; export declare function getSupportWalletList(): EIP6963ProviderWalletInfo[]; //# sourceMappingURL=index.d.ts.map