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