import type FlagsSeriesOptions from './FlagsSeriesOptions'; /** * Flags are used to mark events in stock charts. They can be added on the * timeline, or attached to a specific series. * * @sample stock/demo/flags-general/ * Flags on a line series * * @extends plotOptions.column * @excluding animation, borderColor, borderWidth, * colorByPoint, cropThreshold, dataGrouping, pointPadding, * pointWidth, turboThreshold * @product highstock * @optionparent plotOptions.flags */ declare const FlagsSeriesDefaults: FlagsSeriesOptions; export default FlagsSeriesDefaults;