import type { IDomEditor } from '@wangeditor-next/editor';
export declare const EditorContext: import("react").Context<IDomEditor | null>;
export declare const useEditorStatic: () => IDomEditor | null;
