import type { UmbMemberItemModel } from '../../../types.js'; import { nothing } from '../../../../../../external/lit/index.js'; import { UmbValueSummaryElementBase } from '../../../../../core/value-summary/index.js'; export declare class UmbMemberPickerPropertyEditorValueSummaryElement extends UmbValueSummaryElementBase> { render(): import("lit-html").TemplateResult<1> | typeof nothing; } declare global { interface HTMLElementTagNameMap { 'umb-member-picker-property-editor-value-summary': UmbMemberPickerPropertyEditorValueSummaryElement; } }