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