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