import type { WalletWithRequiredFeatures } from '@iota/wallet-standard'; export declare const IOTA_WALLET_NAME = "IOTA Wallet"; export declare const DEFAULT_STORAGE: import("zustand/middleware").StateStorage; export declare const DEFAULT_STORAGE_KEY = "iota-dapp-kit:wallet-connection-info"; export declare const DEFAULT_WALLET_FILTER: (wallet: WalletWithRequiredFeatures) => boolean; export declare const DEFAULT_PREFERRED_WALLETS: string[]; export declare const WALLET_DOWNLOAD_URL: string; //# sourceMappingURL=walletDefaults.d.ts.map