import React from 'react';
import { Editor } from '@chief-editor/core';
export declare const EditorContext: React.Context<Editor<import("@chief-editor/core").EditorTemplate> | null>;
