import { UmbLitElement } from '../../lit-element/index.js'; import './tree-action-bundle.element.js'; import './tree-view-bundle.element.js'; export declare class UmbTreeToolbarElement extends UmbLitElement { /** * When true the tree actions are shown. * Defaults to false — tree actions are not shown unless explicitly opted in with show-tree-actions. */ showTreeActions: boolean; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { 'umb-tree-toolbar': UmbTreeToolbarElement; } }