import type { RichTextEditor } from '../types'; export declare const withOverrides: (editor: RichTextEditor) => RichTextEditor;