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