import { Dialog } from "fwtoolkit"; export interface HtmlExportDialogResult { /** Render `equation`/`figure_equation` nodes as SVG images (MathJax) instead of MathML. */ svgMath: boolean; /** Resolve all tracked changes (accept all) before exporting. When false, the tracked changes are kept and rendered in the export. */ resolveTrackChanges: boolean; } export declare class HtmlExportDialog { dialog: Dialog | false; constructor(); init(): Promise; } //# sourceMappingURL=html_export.d.ts.map