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