import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/mdx/mdx-components/code/mermaid-block.d.ts interface IMermaidBlockProps { chart?: string; lightSvg?: string; darkSvg?: string; className?: string; __dmcLightSvg__?: string; __dmcDarkSvg__?: string; __dmcRaw__?: string; [key: string]: unknown; } declare function MermaidBlock(props: IMermaidBlockProps): react_jsx_runtime0.JSX.Element; //#endregion export { MermaidBlock as n, IMermaidBlockProps as t };