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