import { type PropsWithChildren } from "react";
import { Web3AuthProviderProps } from "./interfaces";
export declare function Web3AuthProvider({ config, children }: PropsWithChildren<Web3AuthProviderProps>): import("react").FunctionComponentElement<PropsWithChildren<Web3AuthProviderProps>>;
