import { SeriesType } from '../../chart-options-service.js'; import { BoxplotChartData } from '../../../chart-data/types.js'; import { Color, SeriesWithAlerts } from '../../../types.js'; import { BoxplotChartDesignOptions } from '../design-options.js'; export declare const buildBoxplotSeries: (data: BoxplotChartData, chartDesignOptions: BoxplotChartDesignOptions, paletteColors?: Color[]) => SeriesWithAlerts; //# sourceMappingURL=boxplot-series.d.ts.map