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