import { type ConnectionManager } from "../../../wallets/manager/index.js"; /** * The ThirdwebProvider is component is a provider component that sets up the React Query client. * @param props - The props for the ThirdwebProvider * @example * ```jsx * import { ThirdwebProvider } from "thirdweb/react"; * * function Example() { * return ( * * * * ) * } * ``` * @component * @walletConnection */ export declare function ThirdwebProvider(props: React.PropsWithChildren<{ connectionManager?: ConnectionManager; }>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=thirdweb-provider.d.ts.map