/** * Shared client-side Mermaid rendering. * * Turns
markers (which carry the raw diagram source as * their text content) into inline SVG, and enforces responsive sizing so * diagrams never overflow. Used by every Core markdown surface — the docs HTML * pipeline (DocsContent), the React-based MarkdownViewer, and the API docs * modal — so they all render mermaid identically. */ /** * Render the givennodes to SVG. Nodes mermaid has already * processed are skipped, so this is safe to call repeatedly. */ export declare function renderMermaid(nodes: HTMLElement[]): Promise; //# sourceMappingURL=mermaid.d.ts.map