import { default as React } from 'react';
import { ChartProps } from '../../types';
declare const RadialBarChart: React.NamedExoticComponent<ChartProps>;
export default RadialBarChart;
