import { ElementRef, OnInit } from '@angular/core'; import { BusinessNavLocationTabService } from './tab.service'; import { AtlasTranslateService } from '../../../translate/translate.service'; import * as i0 from "@angular/core"; export declare class LocationTabComponent implements OnInit { tabService: BusinessNavLocationTabService; private t; elRef: ElementRef; tabElem: ElementRef; label: string; isDefaultSelected: boolean; tabId: string; constructor(tabService: BusinessNavLocationTabService, t: AtlasTranslateService, elRef: ElementRef); ngOnInit(): void; private makeId; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }