/// import { IconProps } from '../../types'; declare const Temperature: (allProps: IconProps) => JSX.Element; export default Temperature;