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