import { Router } from '@angular/router'; import { OnInit } from '@angular/core'; import { AtxNavService } from '../services/atx-nav.service'; export declare class AtxNavComponent implements OnInit { private readonly router; private readonly service; routes: any; constructor(router: Router, service: AtxNavService); ngOnInit(): void; }