import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class TabComponent { private router; routes: { route: string; name: string; }[]; production: boolean; indexRouter: number; constructor(router: Router); onTabChange(event: any): void; ngAfterContentChecked(): void; redirection(urlForm: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }