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