import { type BarSeriesVariant } from '../../../types/xy-chart.js'; export declare function getBarSeriesVariant(canStack: boolean, canGroup: boolean): BarSeriesVariant; //# sourceMappingURL=get-variant.d.ts.map