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