import type BubbleLegendItem from './BubbleLegendItem'; /** * The bubble legend is an additional element in legend which * presents the scale of the bubble series. Individual bubble ranges * can be defined by user or calculated from series. In the case of * automatically calculated ranges, a 1px margin of error is * permitted. * * @since 7.0.0 * @product highcharts highstock highmaps * @requires highcharts-more * @optionparent legend.bubbleLegend */ declare const BubbleLegendDefaults: BubbleLegendItem.Options; export default BubbleLegendDefaults;