import { IconProps } from '../lib';
declare function Thermometer(props: IconProps): JSX.Element;
export default Thermometer;
