/// import { Editor as EditorProps } from '@tiptap/react'; interface MenuBarProps { editor: EditorProps | null; options: string[]; } export declare function MenuBar({ editor, options }: MenuBarProps): JSX.Element; export {};