import { AfterContentInit, ElementRef, NgZone, OnDestroy, Renderer2 } from '@angular/core'; import { TreeFeaturesService } from './tree-features.service'; import { TreeFocusManagerService } from './tree-focus-manager.service'; import * as i0 from "@angular/core"; export declare class ClrTree implements AfterContentInit, OnDestroy { featuresService: TreeFeaturesService; private focusManagerService; private renderer; private el; private rootNodes; private subscriptions; private _isMultiSelectable; constructor(featuresService: TreeFeaturesService, focusManagerService: TreeFocusManagerService, renderer: Renderer2, el: ElementRef, ngZone: NgZone); set lazy(value: boolean); get isMultiSelectable(): boolean; ngAfterContentInit(): void; ngOnDestroy(): void; private setMultiSelectable; private setRootNodes; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "clr-tree", never, { "lazy": "clrLazy"; }, {}, ["rootNodes"], ["*"], false, never>; }