import type ContourSeriesOptions from './ContourSeriesOptions'; /** * A contour plot is a graphical representation of three-dimensional data * * @productdesc {highcharts} * Requires `modules/contour`. * * @sample highcharts/demo/contour-mountain/ * * @extends plotOptions.scatter * @excluding animationLimit, cluster, connectEnds, connectNulls, * cropThreshold, dashStyle, dragDrop, getExtremesFromAll, * jitter, legendSymbolColor, linecap, pointInterval, * pointIntervalUnit, pointRange, pointStart, shadow, * softThreshold, stacking, step, threshold * * @product highcharts highmaps * @requires modules/coloraxis * @requires modules/contour * @optionparent plotOptions.contour */ declare const ContourSeriesDefaults: ContourSeriesOptions; export default ContourSeriesDefaults;