import { SVGProps } from 'react';

declare const Celsius: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Celsius as default };
