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