import React from 'react'; import { RadialBarChartProps } from './types'; export declare const RadialBarChart: React.FC;