/// <reference types="react" />
import { EditorContextValue } from './interfaces';
export * from './interfaces';
export declare const EditorContext: import("react").Context<EditorContextValue | null>;
export default EditorContext;
