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