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