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