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