import "./styles/index.scss"; import type { EditorKit } from "doc-editor-core"; import type { FC } from "react"; export declare const MenuToolBar: FC<{ readonly: boolean; editor: EditorKit; }>;