import { ElementRef, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { PagingOptions, TextAreaOptions } from '@bnsights/bbsf-controls'; 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, RequestHandlerService } from '@bnsights/bbsf-utilities'; import * as i0 from "@angular/core"; export declare class LogComponent implements OnInit { private authService; private pageInfoService; utilityService: UtilityService; private bbsfTranslateService; private LogsService; private modalService; private requestHandlerService; ShowPageContent: boolean; ApiUrl: string; LogsPagingResult: any[]; LogsPaging: PagingOptions; IsFilterLoaded: boolean; pagingElement: ElementRef; ViewFileForm: FormGroup<{}>; FileName: string; ViewFileData: TextAreaOptions; constructor(authService: AuthService, pageInfoService: PageInfoService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, LogsService: LogsService, modalService: NgbModal, requestHandlerService: RequestHandlerService); ngOnInit(): Promise; initializePage(): void; setPublicHolidayListResult(result: any): void; showFileDataModal(id: string, name: string, ViewFileDataModal: any): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }