import type { Components, JSX } from "../types/components"; interface RuxIconHighlightOff extends Components.RuxIconHighlightOff, HTMLElement {} export const RuxIconHighlightOff: { prototype: RuxIconHighlightOff; new (): RuxIconHighlightOff; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;