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