import { type ReactElement } from 'react'; import type { CategoricalBarChartProps, CategoricalBarChartRef } from './types/categorical-bar-chart.js'; /** * @public */ export declare const CategoricalBarChartRoot: (props: CategoricalBarChartProps & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes) => import("react").ReactElement | null; //# sourceMappingURL=CategoricalBarChartRoot.d.ts.map