import { OnInit } from '@angular/core'; import { ParametersComponent } from "../parameters/parameters.component"; import { ReqHttpService } from "../../services/req-http.service"; export declare class ProgressComponent implements OnInit { private _req; constructor(_req: ReqHttpService); name: string; description: string; assync: boolean; pdfBase64: string; private _dataSource; dataSource: any; parameters: any; reportParameters: ParametersComponent; showExecuteResult: boolean; showScheduleResult: boolean; ngOnInit(): void; executeReport(): void; openSchedule(): void; }