import { BarChartBaseProps } from '../bars.types'; export type BarChartDefaultProProps = BarChartBaseProps & { reverseXAxis?: boolean; xAxisMaxItems?: number; yAxisRangeMin?: number; yAxisRangeMax?: number; }; declare const BarChartDefaultPro: (props: BarChartDefaultProProps) => import("react").JSX.Element; export default BarChartDefaultPro; //# sourceMappingURL=index.d.ts.map