import { LexicalEditor } from "lexical"; export declare function exportToWord(editor: LexicalEditor, fileName: string | undefined, parsedHtmlString: string, styleConfig: any, showPagination: any): void;