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