import { animatedBarPropTypes } from 'gifted-charts-core';
interface IanimatedBarPropTypes extends animatedBarPropTypes {
    containerHeight: number;
}
declare const AnimatedThreeDBar: (props: IanimatedBarPropTypes) => import("react/jsx-runtime").JSX.Element;
export default AnimatedThreeDBar;
