import type { BarChartModel, BuildBarChartModelOptions } from "./types";
export declare const buildBarChartModel: <TData extends Record<string, unknown>>({ data, xKey, yKey, yKeys, series, width, height, theme, preset, mode, orientation, yDomain, barWidthRatio, barGapRatio, showValuesOnTopOfBars, showHorizontalGridLines, showXAxisLabels, showYAxisLabels, yTickCount, legend, labelStrategy, formatXLabel, formatYLabel, chartKitTheme }: BuildBarChartModelOptions<TData>) => BarChartModel<TData>;
//# sourceMappingURL=model.d.ts.map