import type PolygonSeriesOptions from './PolygonSeriesOptions'; /** * A polygon series can be used to draw any freeform shape in the cartesian * coordinate system. A fill is applied with the `color` option, and * stroke is applied through `lineWidth` and `lineColor` options. * * @sample {highcharts} highcharts/demo/polygon/ * Polygon * @sample {highstock} highcharts/demo/polygon/ * Polygon * * @extends plotOptions.scatter * @since 4.1.0 * @excluding jitter, softThreshold, threshold, cluster, boostThreshold, * boostBlending * @product highcharts highstock * @requires highcharts-more * @optionparent plotOptions.polygon */ declare const PolygonSeriesDefaults: PolygonSeriesOptions; export default PolygonSeriesDefaults;