import { OnInit } from '@angular/core'; import { HelpCenterService } from '../../shared/Services/HelpCenterService.service'; import { PageInfoService } from '../../../_metronic/core/services/page-info.service'; import { AuthService, UtilityService, BBSFTranslateService, EnvironmentService } from 'bnsights-utilities-library'; import * as i0 from "@angular/core"; export declare class HelpCenterPreviewComponent implements OnInit { private authService; private pageInfoService; utilityService: UtilityService; private bbsfTranslateService; private environmentService; private HelpCenterService; HelpCenterItems: any; ProductionMode: boolean; /**ItemNumber:0 TabNumber:number=0;*/ language: string; constructor(authService: AuthService, pageInfoService: PageInfoService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, environmentService: EnvironmentService, HelpCenterService: HelpCenterService); ngOnInit(): Promise; LoadList(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }