import { nothing } from '../../../../../external/lit/index.js'; import { UmbValueSummaryElementBase } from '../../../../core/value-summary/index.js'; import type { UmbElementItemModel } from '../../../types.js'; import type { PropertyValueMap } from '../../../../../external/lit/index.js'; /** Renders picked element names (variant-aware, comma-joined) for collection view cells. */ export declare class UmbElementPickerPropertyEditorValueSummaryElement extends UmbValueSummaryElementBase> { #private; private _names; protected willUpdate(changedProperties: PropertyValueMap): void; render(): typeof nothing | import("lit-html").TemplateResult<1>; } export { UmbElementPickerPropertyEditorValueSummaryElement as element }; declare global { interface HTMLElementTagNameMap { 'umb-element-picker-property-editor-value-summary': UmbElementPickerPropertyEditorValueSummaryElement; } }