import { SchedulerProps } from '../types'; type Props = { children: React.ReactNode; initial: Partial; }; export declare const StoreProvider: ({ children, initial }: Props) => import("react/jsx-runtime").JSX.Element; export {};