import { NgZone, OnChanges, OnDestroy, OnInit } from '@angular/core'; import { ActivatedRoute, Router, Routes } from '@angular/router'; import { TabsService } from '../tabs.service'; import { ContextService } from '../../../core/extension/context.service'; import * as i0 from "@angular/core"; export declare class VerticalTabsComponent implements OnInit, OnChanges, OnDestroy { private router; private route; private ngZone; private tabsService; private ctx; routes?: Routes; queryParams?: {}; tabsGridWidth?: number; contentGridWidth?: number; tabs: any[]; private ctxSub; private eventSub; private activeTab; constructor(router: Router, route: ActivatedRoute, ngZone: NgZone, tabsService: TabsService, ctx: ContextService); ngOnInit(): void; private navigateToTab; private getCurrentTabId; private hasTab; private getDefaultTab; ngOnChanges(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }