import { NgZone, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import ApexCharts from 'apexcharts'; import * as i0 from "@angular/core"; export interface ApexOptions { annotations?: ApexAnnotations; chart?: ApexChart; colors?: any[]; dataLabels?: ApexDataLabels; fill?: ApexFill; grid?: ApexGrid; labels?: string[] | number[]; legend?: ApexLegend; markers?: ApexMarkers; noData?: ApexNoData; plotOptions?: ApexPlotOptions; responsive?: ApexResponsive[]; series?: ApexAxisChartSeries | ApexNonAxisChartSeries; states?: ApexStates; stroke?: ApexStroke; subtitle?: ApexTitleSubtitle; theme?: ApexTheme; title?: ApexTitleSubtitle; tooltip?: ApexTooltip; xaxis?: ApexXAxis; yaxis?: ApexYAxis | ApexYAxis[]; } export declare class VexChartComponent implements OnInit, OnChanges { private ngZone; options: ApexOptions; series: ApexAxisChartSeries | ApexNonAxisChartSeries; autoUpdateSeries: boolean; chart?: ApexCharts; private chartElement?; constructor(ngZone: NgZone); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; render(): void; private _createElement; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=vex-chart.component.d.ts.map