import { OnInit, QueryList, ChangeDetectorRef } from "@angular/core"; import { MatDialogRef } from "@angular/material/dialog"; import { DashboardPorletsService } from "../../dashboardPorlets.service"; import { HttpClient } from "@angular/common/http"; import { ApiList } from "../../api"; import { GadgetTableComponent } from "../../gadget-group/gadget-table/gadget-table.component"; import { GadgetPivotChartComponent } from "../../gadget-group/gadget-pivot-chart/gadget-pivot.component"; import { GadgetPivotComponent } from "../../gadget-group/gadget-pivot/gadget-pivot.component"; import { BarChartsComponent } from "../../bar-charts/bar-charts.component"; import * as i0 from "@angular/core"; export declare class PaneDownloadComponent implements OnInit { data: any; dialogRef: MatDialogRef; private DashboardPorletsService; private httpClient; private api; private ref; translation: any; table: QueryList; pivot: QueryList; newChart: QueryList; portlets: any[]; constructor(data: any, dialogRef: MatDialogRef, DashboardPorletsService: DashboardPorletsService, httpClient: HttpClient, api: ApiList, ref: ChangeDetectorRef); ngOnInit(): void; close(): void; downloadAll(): Promise; GetgadgetTitle(config: any): any; download(item: any): Promise; getChartIndexInAll(item: any): number; downloadTable(item: any, title: any): Promise; private updateFormat; getPortletType(item: any): any; updatePorletConfig(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }