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