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