import type WindbarbSeriesOptions from './WindbarbSeriesOptions'; /** * Wind barbs are a convenient way to represent wind speed and direction in * one graphical form. Wind direction is given by the stem direction, and * wind speed by the number and shape of barbs. * * @sample {highcharts|highstock} highcharts/demo/windbarb-series/ * Wind barb series * * @extends plotOptions.column * @excluding boostThreshold, marker, connectEnds, connectNulls, * cropThreshold, dashStyle, dragDrop, gapSize, gapUnit, * linecap, shadow, stacking, step, boostBlending * @since 6.0.0 * @product highcharts highstock * @requires modules/windbarb * @optionparent plotOptions.windbarb */ declare const WindbarbSeriesDefaults: WindbarbSeriesOptions; export default WindbarbSeriesDefaults;