import type AreaSeriesOptions from './AreaSeriesOptions'; /** * The area series type. * * @sample {highcharts} highcharts/demo/area-chart/ * Area chart * @sample {highstock} stock/demo/area/ * Area chart * * @extends plotOptions.line * @excluding useOhlcData * @product highcharts highstock * @optionparent plotOptions.area */ declare const AreaSeriesDefaults: AreaSeriesOptions; export default AreaSeriesDefaults;