import { Routes } from '@angular/router'; import { OnInit } from '@angular/core'; import { AtxRouterTabsService } from '../services/atx-router-tabs.service'; export declare class AtxRouterTabsComponent implements OnInit { private service; path: string; readonly clazz: string; readonly routes: Routes; readonly count: number; constructor(service: AtxRouterTabsService); ngOnInit(): void; }