import type { FC, PropsWithChildren } from 'react'; import type { SlateProps } from '../types/component'; declare const SlateProvider: FC>; export default SlateProvider; //# sourceMappingURL=SlateProvider.d.ts.map