import { type BarSeriesVariant } from '../../../types/xy-chart.js'; export declare function getBarSeriesVariant(canStack: boolean, canGroup: boolean): BarSeriesVariant;