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