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