import { ChartGlobalOptionsModel } from './chart-global-options.model'; export declare class ChartLineAreaOptionsModel extends ChartGlobalOptionsModel { curveType: string; curves: any; curve: any; rangeFillOpacity: number; timeline: boolean; xAxisLabel: string; yAxisLabel: string; constructor(opts: ChartLineAreaOptionsModel); } //# sourceMappingURL=chart-line-area-options.model.d.ts.map