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