import { UmbLitElement } from '../../../../core/lit-element/index.js'; import type { UmbPropertyEditorConfigCollection, UmbPropertyEditorUiElement } from '../../../../core/property-editor/index.js'; /** * @element umb-property-editor-ui-collection-order-by */ export declare class UmbPropertyEditorUICollectionOrderByElement extends UmbLitElement implements UmbPropertyEditorUiElement { #private; value: string; config?: UmbPropertyEditorConfigCollection; private _options; constructor(); render(): import("lit-html").TemplateResult<1>; } export default UmbPropertyEditorUICollectionOrderByElement; declare global { interface HTMLElementTagNameMap { 'umb-property-editor-ui-collection-order-by': UmbPropertyEditorUICollectionOrderByElement; } }