import { TextEditorMenuBarProps } from './TextEditorMenuBar.types'; export declare const TextEditorMenuBar: ({ editor, formatting, }: TextEditorMenuBarProps) => import("react/jsx-runtime").JSX.Element;