import { type ScaleBand } from 'd3-scale'; import type { CategoricalValueScales } from '../types/categorical-bar-chart.js'; export interface CategoricalChartScales { categoryScale: ScaleBand; valueScale: CategoricalValueScales; dimensionScale: ScaleBand; } export declare const CategoricalBarChartScalesContext: import("react").Context; //# sourceMappingURL=CategoricalBarChartScalesContext.d.ts.map