import type { UmbEntityDataPickerPickerViewsConfigurationPropertyValue } from './types.js'; import { UmbLitElement } from '../../../../../core/lit-element/index.js'; import type { UmbPropertyEditorConfigCollection, UmbPropertyEditorUiElement } from '../../../../../core/property-editor/index.js'; export declare class UmbEntityDataPickerPickerViewsConfigurationPropertyEditorUIElement extends UmbLitElement implements UmbPropertyEditorUiElement { #private; constructor(); set value(value: UmbEntityDataPickerPickerViewsConfigurationPropertyValue | undefined); get value(): UmbEntityDataPickerPickerViewsConfigurationPropertyValue; config?: UmbPropertyEditorConfigCollection; private _isCollectionDataSource; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export { UmbEntityDataPickerPickerViewsConfigurationPropertyEditorUIElement as element }; declare global { interface HTMLElementTagNameMap { 'umb-entity-data-picker-picker-views-configuration-property-editor-ui': UmbEntityDataPickerPickerViewsConfigurationPropertyEditorUIElement; } }