/// import { AxisScale } from '@visx/axis'; import { BarsProps } from '../../../types'; /** Wrapper component which renders a Bars component depending on whether it needs rounded corners. */ export default function AnimatedBars(props: BarsProps): JSX.Element; //# sourceMappingURL=AnimatedBars.d.ts.map