import { Router } from "@angular/router"; import { AuthService, RequestHandlerService, StylesBundleService } from "@bnsights/bbsf-utilities"; import { TranslateService } from "@ngx-translate/core"; import { AccountService } from "./AccountService.service"; import * as i0 from "@angular/core"; export declare class AnonymousLayoutService { private accountService; private router; private http; private authService; private stylesBundleService; private translate; constructor(accountService: AccountService, router: Router, http: RequestHandlerService, authService: AuthService, stylesBundleService: StylesBundleService, translate: TranslateService); switchAnonymousLayoutLanguage(lang: string, bundleEnglishName: string, bundleArabicName: string, theme?: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }