/// export interface IconThermometerProps { size?: string; style?: React.CSSProperties; } export declare const IconThermometer: React.FC;