import { PlotOptions } from '../../chart-options-service.js'; import { SeriesLabels } from '../../../types.js'; export declare const getBoxplotPlotOptions: (seriesLabels: SeriesLabels | undefined) => PlotOptions; //# sourceMappingURL=boxplot-plot-options.d.ts.map