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