import { BarDatum, BarItemProps } from './types';
export declare const BarItem: <RawDatum extends BarDatum>({ bar: { data, ...bar }, style: { borderColor, color, height, labelColor, labelOpacity, labelX, labelY, transform, width, textAnchor, }, borderRadius, borderWidth, label, shouldRenderLabel, isInteractive, onClick, onMouseEnter, onMouseLeave, tooltip, isFocusable, ariaLabel, ariaLabelledBy, ariaDescribedBy, ariaDisabled, ariaHidden, }: BarItemProps<RawDatum>) => JSX.Element;
//# sourceMappingURL=BarItem.d.ts.map