import { AfterViewInit } from '@angular/core'; import { VtsTreeNodeOutletDirective } from './outlet'; import { VtsTreeView } from './tree'; import * as i0 from "@angular/core"; export declare class VtsTreeViewComponent extends VtsTreeView implements AfterViewInit { nodeOutlet: VtsTreeNodeOutletDirective; _afterViewInit: boolean; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "vts-tree-view", ["vtsTreeView"], {}, {}, never, never, false, never>; }