import type { MilkdownPlugin, TimerType } from '@milkdown/ctx'; import type { DirectEditorProps } from '@milkdown/prose/view'; type EditorOptions = Omit; type RootType = Node | undefined | null | string; export declare const EditorViewReady: TimerType; export declare const editorViewTimerCtx: import("@milkdown/ctx").SliceType; export declare const editorViewOptionsCtx: import("@milkdown/ctx").SliceType, "editorViewOptions">; export declare const rootCtx: import("@milkdown/ctx").SliceType; export declare const rootDOMCtx: import("@milkdown/ctx").SliceType; export declare const rootAttrsCtx: import("@milkdown/ctx").SliceType, "rootAttrs">; export declare const editorView: MilkdownPlugin; export {}; //# sourceMappingURL=editor-view.d.ts.map