import type { DeepPartial } from '../../Shared/Types'; import type ColumnRangeSeriesOptions from './ColumnRangeSeriesOptions'; /** * The column range is a cartesian series type with higher and lower * Y values along an X axis. To display horizontal bars, set * [chart.inverted](#chart.inverted) to `true`. * * @sample {highcharts|highstock} highcharts/demo/columnrange/ * Inverted column range * * @extends plotOptions.column * @since 2.3.0 * @excluding negativeColor, stacking, softThreshold, threshold * @product highcharts highstock * @requires highcharts-more * @optionparent plotOptions.columnrange */ declare const ColumnRangeSeriesDefaults: DeepPartial; export default ColumnRangeSeriesDefaults;