import React from 'react'; import type { BarChartProps } from './types'; export declare function BarChart({ data, grouped, barBorderRadius, xAxis, yAxis, showLegend, barWidth, barGap, showValuesAsTopLabel, horizontal, loading, style, width, height, testID, accessibilityLabel, }: BarChartProps): React.ReactElement; //# sourceMappingURL=BarChart.d.ts.map