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