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