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