import type { Components, JSX } from "../types/components"; interface RuxIconDehaze extends Components.RuxIconDehaze, HTMLElement {} export const RuxIconDehaze: { prototype: RuxIconDehaze; new (): RuxIconDehaze; };