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