import { Chain } from 'wagmi'; export declare const getWallets: ({ chains, }: { chains: Chain[]; appName?: string; shimDisconnect?: boolean; }) => import("./wallet").WalletProps[];