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