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