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