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