import { OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { ApiService } from '../api.service'; export declare class CategoryWiseReportComponent implements OnInit { apiService: ApiService; router: Router; allData: any; dataSource: any; displayedColumns: any; displaycolvals: any; formSourceVal: any; serverDetailsVal: any; lastSearchCondition: any; categoryWiseReportUrl: any; reportDataCount: any; totalPage: any; sort_val: any; sort_type: any; userId: any; page: any; search: any; UserId: any; serverDetails: {}; formSource: any; AllData: any; constructor(apiService: ApiService, router: Router); ngOnInit(): void; gettrainingreportdatacount(): void; getPageData(): void; nextPage(flag?: string): void; sortPageData(item: any): void; }