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