import { AfterViewInit, OnInit, TemplateRef } from '@angular/core'; import { NodeInterface } from '../../interfaces/node.interface'; import { TreeModel } from '../../models/tree.model'; import { NodeService } from '../../services/node.service'; import { FileManagerStoreService } from '../../services/file-manager-store.service'; import * as i0 from "@angular/core"; export declare class TreeComponent implements AfterViewInit, OnInit { private nodeService; private store; templateRef: TemplateRef; treeModel: TreeModel; nodes: NodeInterface; currentTreeLevel: string; constructor(nodeService: NodeService, store: FileManagerStoreService); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }