import { SVGProps } from "react";
declare const GIMermaid: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { GIMermaid };
