import { TooltipContentProps } from 'recharts'; import { BarchartBars, BarchartTooltipFn } from './Barchart'; import { CategoryType, TimeType } from '../types'; export declare const BarchartTooltip: ({ type, tooltipProps, colorSet, hoveredValue, tooltip, unitLabel, chartContainerRef, }: { type: TimeType | CategoryType; tooltipProps: TooltipContentProps; colorSet?: Record; hoveredValue: string | undefined; tooltip?: BarchartTooltipFn; unitLabel?: string; chartContainerRef: React.RefObject; }) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=BarchartTooltip.d.ts.map