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