import { type ReactNode } from 'react'; interface SlateProps { schemaPath: string; } export declare function SlatePropsProvider({ children, schemaPath, }: { children: ReactNode; schemaPath: string; }): import("react/jsx-runtime").JSX.Element; export declare function useSlateProps(): SlateProps; export {}; //# sourceMappingURL=SlatePropsProvider.d.ts.map