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