import { AfterViewInit, ElementRef, EventEmitter } from "@angular/core"; import * as echarts from "echarts"; import { EChartsOption } from "echarts"; import * as i0 from "@angular/core"; export declare class EchartComponent implements AfterViewInit { private el; private platformId; config: EChartsOption | undefined; id: string; renderer: "canvas" | "svg"; containerStyle: { [klass: string]: any; }; event: EventEmitter; chart: echarts.ECharts; constructor(el: ElementRef, platformId: Object); ngAfterViewInit(): void; refreshChart(): void; resize(): void; private initChart; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }