import React from 'react'; export interface IEditorProvider { editorContext: Record; } export declare const EditorProvider: React.Context;