import { Account, AccountClass, AnyAccountSchema, CoValueFromRaw } from "jazz-tools"; import { JazzContextManagerProps } from "jazz-tools/browser"; import React from "react"; export type JazzProviderProps & CoValueFromRaw) | AnyAccountSchema> = { children: React.ReactNode; enableSSR?: boolean; fallback?: React.ReactNode | null; authSecretStorageKey?: string; } & JazzContextManagerProps; /** @category Context & Hooks */ export declare function JazzReactProvider & CoValueFromRaw) | AnyAccountSchema>({ children, guestMode, sync, storage, AccountSchema, defaultProfileName, onLogOut, logOutReplacement, onAnonymousAccountDiscarded, enableSSR, fallback, authSecretStorageKey, }: JazzProviderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=provider.d.ts.map