import type { YooEditor, YooptaContentValue } from '../editor/types'; export declare function getHTML(editor: YooEditor, content: YooptaContentValue): string; //# sourceMappingURL=getHTML.d.ts.map