import type { ManifestWorkspaceViewTreeKind } from './types.js'; import { nothing } from '../../../../external/lit/index.js'; import { UmbLitElement } from '../../lit-element/index.js'; import type { PropertyValues } from '../../../../external/lit/index.js'; export declare class UmbTreeWorkspaceViewElement extends UmbLitElement { #private; manifest?: ManifestWorkspaceViewTreeKind; private _parent?; private _interactionMemories?; constructor(); protected updated(changedProperties: PropertyValues): void; render(): typeof nothing | import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult; } export { UmbTreeWorkspaceViewElement as element }; declare global { interface HTMLElementTagNameMap { 'umb-tree-workspace-view': UmbTreeWorkspaceViewElement; } }