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