import { OnInit } from '@angular/core'; import { NzMessageService } from 'ng-zorro-antd'; export declare class EchartsGraphComponent implements OnInit { private message; id: any; dashboardService: any; option: any; payload: any; chartInitFailed: boolean; constructor(message: NzMessageService); ngOnInit(): void; }