import { EditorStateManager } from "@intlayer/editor"; import { FC, PropsWithChildren } from "react"; //#region src/EditorStateContext.d.ts declare const EditorStateProvider: FC>; declare const useEditorStateManager: () => EditorStateManager | null; //#endregion export { EditorStateProvider, useEditorStateManager }; //# sourceMappingURL=EditorStateContext.d.ts.map