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