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