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