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