import { OnInit } from '@angular/core'; import { CustomThemeService } from '../../services/custom-theme.service'; import { Observable } from 'rxjs'; import { Branch } from '../../classes/ContactUs'; import { ContactUsService } from '../../services/contact-us.service'; import { LanguageService } from '../../services/language.service'; import * as i0 from "@angular/core"; export declare class BranchSelectorComponent implements OnInit { protected _customTheme: CustomThemeService; private contactUsService; private languageService; branches$: Observable; selectedBranchId: string; currentLanguage: string; currentBranchName: string; language: {}; mutlipleBranchesFeature: boolean; constructor(_customTheme: CustomThemeService, contactUsService: ContactUsService, languageService: LanguageService); ngOnInit(): void; changeBranch(id: any): void; getCurrentBranchName(): void; onSearch($event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }