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