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(): import("lit-html").TemplateResult<1> | typeof nothing; } declare global { interface HTMLElementTagNameMap { 'umb-user-groups-value-summary': UmbUserGroupsValueSummaryElement; } }