import { OnDestroy } from '@angular/core'; import { Router } from '@angular/router'; import { Observable } from 'rxjs'; import { Location } from '../../atlas_sdk/api'; import { BusinessNavDataService } from '../../data.service'; import { BusinessNavLocationTabService } from './tab/tab.service'; import * as i0 from "@angular/core"; export declare function parseURL(href: string): any; export declare class BusinessNavLocationService implements OnDestroy { private tabService; private dataService; private router; private searchTerm$$; searchTerm$: Observable; private unfilteredSelectedLocationList$; selectedLocationList$: Observable; allListCount$: Observable; accountGroupListCount$: Observable; brandListCount$: Observable; loading$: Observable; private _destroyed$$; private activePath$$; activePath$: Observable; ALL_TAB_POSITION: number; LOCATIONS_TAB_POSITION: number; BRANDS_TAB_POSITION: number; constructor(tabService: BusinessNavLocationTabService, dataService: BusinessNavDataService, router: Router); setSearchTerm(term: string): void; private searchLocation; private getTemplatedUrl; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }