import { OnInit, TemplateRef } from '@angular/core'; import { INode } from "../INode"; import * as i0 from "@angular/core"; export declare class NgxHierarchyNodeComponent implements OnInit { template: TemplateRef; node: INode; hasParent: boolean; direction: 'vertical' | 'horizontal'; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }