export declare const MERMAID_SVG_TAGS: string[]; export declare const MERMAID_SVG_ATTRS: string[]; export declare function renderMermaidBlocks(html: string): Promise;