import { BarDatum, BarSvgProps } from './types';
export declare const Bar: <RawDatum extends BarDatum>({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: BarSvgProps<RawDatum>) => JSX.Element;
//# sourceMappingURL=Bar.d.ts.map