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