import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Thermometer03Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Thermometer03Icon;
