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