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