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