import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgDehaze: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgDehaze; //# sourceMappingURL=Dehaze.d.ts.map