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