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