/// <reference types="react" />
import type { Web3ConfigurationContextType } from "./types";
export declare const Web3ConfigurationContext: import("react").Context<Web3ConfigurationContextType>;
