import { type ReactNode } from 'react'; export declare const CategoricalBarChart: (props: { children?: ReactNode; } & import("react").RefAttributes) => React.ReactElement | null;