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