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