import { type ElementNode, type NabiDoc } from '../schema/types.js'; import type { HtmlOptions } from './contract.js'; export declare function renderHtml(doc: NabiDoc, options: HtmlOptions): string; export declare function renderEditorHtml(doc: NabiDoc, options: HtmlOptions): string; export declare function renderParagraphHtml(p: ElementNode, options: HtmlOptions, editor?: boolean): string; //# sourceMappingURL=render.d.ts.map