import { InternalCategoricalBarChartConfig } from '../types/categorical-bar-chart.js'; export type CategoricalBarChartBaseConfigContextValue = Pick; export declare const CategoricalBarChartBaseConfigContext: import("react").Context;