import { type PropsWithChildren } from "react";
export declare function useInWagmiContext(): boolean;
export declare function EVMProvider({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
