import type { InjectedWallet, WalletModuleFactory } from "@near-wallet-selector/core";
import type { MeteorWalletParams_Injected } from "./meteor-wallet-types";
export declare function setupMeteorWallet({ iconUrl, deprecated, }?: MeteorWalletParams_Injected): WalletModuleFactory<InjectedWallet>;
