import { ListKeyManager } from '@angular/cdk/a11y'; import { AfterViewInit, QueryList, OnDestroy } from '@angular/core'; import { BusinessNavKeybindService } from '../../../keybind.service'; import { BusinessNavLocationService } from '../location.service'; import { BusinessNavLocationTabService } from '../tab/tab.service'; import { LocationListItemComponent } from './location-list-item/location-list-item.component'; import * as i0 from "@angular/core"; export declare class LocationListComponent implements AfterViewInit, OnDestroy { private tabService; private locationService; private keybindService; locationItems: QueryList; locations: Location[]; private _destroyed$$; keyManager: ListKeyManager; constructor(tabService: BusinessNavLocationTabService, locationService: BusinessNavLocationService, keybindService: BusinessNavKeybindService); ngAfterViewInit(): void; switchLocation(location: LocationListItemComponent): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }