/** * Provides a web3 provider with or without user's signer * Recreate web3 instance only if the provider change */ export declare const useActiveWeb3React: () => { account: string; maskedAccount: string; solanaWallet: import("@solana/wallet-adapter-react").WalletContextState; chainId: import("..").ChainId; isWrongNetwork: boolean; isNotMatched: boolean; walletChainId: number; isReady: boolean; isConnected: boolean; isConnecting: boolean; chain: import("wagmi").Chain & { unsupported?: boolean; }; connector: import("wagmi").Connector; provider: import("@wagmi/core").Provider; }; //# sourceMappingURL=useActiveWeb3React.d.ts.map