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