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