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