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