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