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