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