type BarChartTooltipProps = { color: string; indexValue: string; formattedValue: string; className?: string; 'data-testid'?: string; }; export declare const BarChartTooltip: ({ formattedValue, indexValue, color, className, 'data-testid': dataTestId, }: BarChartTooltipProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=Tooltip.d.ts.map