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