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