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