import { ElementRef, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { PagingOptions, TextAreaOptions } from 'bnsights-control-library'; import { LogsService } from '../../shared/Services/LogsService'; import { PageInfoService } from '../../../_metronic/core/services/page-info.service'; import { NgbModal } from '@ng-bootstrap/ng-bootstrap'; import { AuthService, UtilityService, BBSFTranslateService, EnvironmentService } from 'bnsights-utilities-library'; import * as i0 from "@angular/core"; export declare class LogComponent implements OnInit { private authService; private pageInfoService; utilityService: UtilityService; private bbsfTranslateService; private environmentService; private LogsService; private modalService; ApiUrl: string; LogsPagingResult: any[]; LogsPaging: PagingOptions; IsFilterLoaded: boolean; ProductionMode: boolean; input: ElementRef; ViewFileForm: FormGroup; FileName: string; ViewFileData: TextAreaOptions; CloseViewFileModal: ElementRef; language: string; ShowPageContent: boolean; constructor(authService: AuthService, pageInfoService: PageInfoService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, environmentService: EnvironmentService, LogsService: LogsService, modalService: NgbModal); ngOnInit(): Promise; LoadList(): void; ReinitializeLogsPaging(): void; UpdateLogsPaging(): void; setPublicHolidayListResult(result: any): void; showFileDataModal(id: string, name: string, ViewFileDataModal: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }