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