/// import type { EditorContext as RequiredContext } from '../types'; export declare const useEditorContext: () => RequiredContext; export declare const EditorContextProvider: import("react").ComponentType<{ value: typeof import("./hooks/use-required-context").REQUIRED_CONTEXT_MISSING | RequiredContext; }>;