interface MermaidDiagramProps { chart: string; } /** * Renders a single mermaid diagram from its source. Used by React-based * markdown renderers (e.g. MarkdownViewer) where a ```mermaid fence maps to a * React element rather than to an HTML marker string. */ export declare function MermaidDiagram({ chart }: MermaidDiagramProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=mermaid-diagram.d.ts.map