/** * 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/chains").Chain & { unsupported?: boolean; }; connector: import("@wagmi/connectors/dist/base-84a689bb").C; provider: import("@wagmi/core/dist/index-35b6525c").P; }; //# sourceMappingURL=useActiveWeb3React.d.ts.map