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