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