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