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