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