import { ChangeDetectorRef, OnInit } from "@angular/core"; import { MatDialogRef } from "@angular/material/dialog"; import { ApiList } from "../../api"; import { SectionItem } from "raise-common-lib"; import * as i0 from "@angular/core"; export declare class DashboardRedirectComponent implements OnInit { private data; private dialogRef; private api; private http; private pbf; private ref; formInstance: any; form: { date: any; objectType: any; object: any; entity: any; currency: any; entityType: any; dashboardName: any; dashboardGroupId: any; dashboardGroupName: any; RegionDataSetId: any; showHightlight: any; }; title: any; sections?: SectionItem[]; optionsMap: { entityList: any[]; objectTypeList: any[]; objectList: any[]; currencyList: any[]; }; translation: any; userInfo: any; lang: any; useDefaultDate: boolean; useDefaultCurrency: boolean; constructor(data: any, dialogRef: MatDialogRef, api: ApiList, http: any, pbf: any, ref: ChangeDetectorRef); ngOnInit(): void; private getInfo; private initSection; private initOptionMaps; close(): void; private getPageData; private getCurrencyList; save(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }