import { NetworkType } from '@airgap/beacon-types'; declare const useWallets: (networkType?: NetworkType, featuredWallets?: string[]) => Map; export default useWallets;