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