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