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