import { SVGProps } from 'react'; declare const Celsius: (props: SVGProps) => JSX.Element; export { Celsius as default };