import { OnInit } from '@angular/core'; import { BsModalRef } from 'ngx-bootstrap/modal'; import { ContactUsService } from '../../services/contact-us.service'; import { Observable } from 'rxjs'; import { Branch } from '../../classes/ContactUs'; import { LanguageService } from '../../services/language.service'; import * as i0 from "@angular/core"; export declare class BranchSelectorModalComponent implements OnInit { bsModalRef: BsModalRef; protected contactUsService: ContactUsService; private languageService; branches$: Observable; selectedBranchId: string; requiredMsg: string; language: {}; constructor(bsModalRef: BsModalRef, contactUsService: ContactUsService, languageService: LanguageService); ngOnInit(): void; selectBranch(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }