import type { BarSeriesWithDatapoints } from '../../types/xy-chart-internals.js'; import type { BarDatapoint } from '../../types/xy-chart.js'; export declare function BarSeriesTooltip({ datapoint, series, }: Readonly<{ datapoint: BarDatapoint; series: BarSeriesWithDatapoints; }>): import("react").JSX.Element; //# sourceMappingURL=BarSeriesTooltip.d.ts.map