import { HighChartSeriesPoint } from './HighChartSeriesPoint'; export declare class HighChartSeries { name: string; type: string; data: Array; animation: boolean; showInLegend: boolean; color: string; marker: Object; dataLabels: Object; tooltip: Object; }