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