import { ViewContainerRef } from '@angular/core'; import { Observable } from 'rxjs'; import { SalesContact } from '../../atlas_sdk/api'; import { AtlasApiService } from '../../atlas_sdk/atlas.api.service'; import { BusinessNavConfigService } from '../../config.service'; import { ModalComponent } from '../../core-components/modal/modal.component'; import { SnackbarService } from '../../core-components/snackbar/snackbar.service'; import { BusinessNavDataService } from '../../data.service'; import { AtlasTranslateService } from '../../translate/translate.service'; import * as i0 from "@angular/core"; export declare class SalesInfoModalComponent { private viewContainerRef; private dataService; private t; private apiService; private configService; private snackbarService; headerText$: Observable; prescriptionText$: Observable; cancelText$: Observable; submitText$: Observable; tooltipText$: Observable; isAdminView$: Observable; messageTxt: string; sendingMessage: boolean; salespersonContact$: Observable; modal: ModalComponent; constructor(viewContainerRef: ViewContainerRef, dataService: BusinessNavDataService, t: AtlasTranslateService, apiService: AtlasApiService, configService: BusinessNavConfigService, snackbarService: SnackbarService); formatPhoneNumber(phoneNumber: string | number, countryCode?: string): string; closeModal(): void; sendMessage(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }