import type { SVGProps } from 'react'; declare const Mermaid: (props: SVGProps) => JSX.Element; export default Mermaid;