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