import './things-editor-entity-selector.js'; import { OxPropertyEditor } from '@operato/property-editor'; export declare class PropertyEditorEntitySelector extends OxPropertyEditor { static get styles(): import("lit").CSSResult[]; editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>; shouldUpdate(changedProperties: any): boolean; get valueProperty(): string; _computeLabelId(label: any): any; _valueChanged(e: any): void; }