import type { EditorKit } from "doc-editor-core"; import type { RenderElementProps } from "doc-editor-delta"; import React from "react"; import type { DocToolbarPlugin } from "../types"; export declare const DocMenu: React.FC<{ editor: EditorKit; plugins: DocToolbarPlugin[]; element: RenderElementProps["element"]; }>;