import React from "react"; import type { Wallet } from "@meer-wallet-selector/core"; interface WalletConnectingProps { wallet: Wallet | undefined; onBack: () => void; onCloseModal: () => void; } export declare const WalletConnecting: React.FC; export {}; //# sourceMappingURL=WalletConnecting.d.ts.map