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