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