import { DOMExportOutput, LexicalEditor, LexicalNode } from 'lexical'; export declare const mergeBoldStrongTags: (html: string) => string; export declare const cleanUpTable: (html: string) => string; export declare const removeStylesExportDOM: (editor: LexicalEditor, target: LexicalNode) => DOMExportOutput; export declare const exportMap: Map, (editor: LexicalEditor, target: LexicalNode) => DOMExportOutput>; export declare const setScrollableContainers: (fn: (event: Event) => void) => void; export declare const removeScrollableContainers: (fn: (event: Event) => void) => void;