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