import { ChangeDetectorRef, ElementRef } from '@angular/core'; import { Observable, ReplaySubject } from 'rxjs'; import { SideNavigationItem } from '../atlas_sdk/api'; import { BusinessNavConfigService } from '../config.service'; import { ModalService } from '../core-components/modal/modal.service'; import { SidebarService } from '../core-components/sidebar/sidebar.service'; import { BusinessNavDataService } from '../data.service'; import { AtlasTranslateService } from '../translate/translate.service'; import * as i0 from "@angular/core"; export declare class BusinessSidebarComponent { private apiService; private cfgService; private modalService; private sidebarService; private cdr; private t; isBrandType$: Observable; businessCenterName$: Observable; partnerName$: Observable; marketName$: Observable; logoUrl$: Observable; coBrandingUrl$: Observable; contactMessage$: Observable; salespersonPictureUrl$: Observable; navigationItems$: Observable; topBusinessNavigationItems$: Observable; productBusinessNavigationItems$: Observable; storeBusinessNavigationItems$: Observable; bottomBusinessNavigationItems$: Observable; mobile$: Observable; showCancellationModal$: Observable; businessAppBranding$: Observable; logoHeight$$: ReplaySubject; logoHeight$: Observable; injectionSpace: ElementRef; constructor(apiService: BusinessNavDataService, cfgService: BusinessNavConfigService, modalService: ModalService, sidebarService: SidebarService, cdr: ChangeDetectorRef, t: AtlasTranslateService); logoLoaded(logo: { clientHeight: number; }): void; openAssistanceModal(): void; openChangeSubscriptionModal(): void; private rememberLastLogoHeight; private getLastLogoHeight; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }