import { createAuthClient } from "better-auth/client"; import { type PropsWithChildren } from "react"; import { jazzPluginClient } from "./client.js"; type AuthClient = ReturnType]; }>>; /** * @param props.children - The children to render. * @param props.betterAuthClient - The BetterAuth client with the Jazz plugin. * * @example * ```ts * const betterAuthClient = createAuthClient({ * plugins: [ * jazzPluginClient(), * ], * }); * * * * * ``` */ export declare function AuthProvider({ children, betterAuthClient, }: PropsWithChildren<{ betterAuthClient: AuthClient; }>): import("react").ReactNode; export {}; //# sourceMappingURL=react.d.ts.map