import { EditorStore } from './store'; export type EditorContextType = EditorStore; export declare const EditorContext: import("react").Context;