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