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