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