import * as React from 'react'; import { CartesianChartProps } from '../util/types'; export declare const CategoricalChart: React.ForwardRefExoticComponent<CartesianChartProps<unknown> & React.RefAttributes<SVGSVGElement>>;