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