import { ContentType } from './type';
export declare const EditorContext: import("react").Context<ContentType>;
