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