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