import { BarChartProps } from './interfaces'; export { BarChartProps }; declare function BarChart({ series, height, xScaleType, yScaleType, stackedBars, horizontalBars, detailPopoverSize, statusType, emphasizeBaselineAxis, ...props }: BarChartProps): JSX.Element; export default BarChart; //# sourceMappingURL=index.d.ts.map