import { OnInit } from '@angular/core'; export declare class TreeComponent implements OnInit { constructor(); ngOnInit(): void; }