import type { UmbUserGroupItemModel } from '../repository/item/types.js'; import { nothing } from '../../../../external/lit/index.js'; import { UmbValueSummaryElementBase } from '../../../core/value-summary/index.js'; export declare class UmbUserGroupsValueSummaryElement extends UmbValueSummaryElementBase> { render(): typeof nothing | import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'umb-user-groups-value-summary': UmbUserGroupsValueSummaryElement; } }