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