import { NestedTreeControl } from '@angular/cdk/tree'; import { NodeViewModel } from '../models/nodeView.model'; import * as i0 from "@angular/core"; export declare class NodeViewComponent { treeControl: NestedTreeControl; dataSource: any; extMap: any; hasChild: (_: number, node: NodeViewModel) => boolean; getExtensionColor(ext: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }