/// export interface ChartTooltipRowProps { color: string; name: string; value: string; } declare const ChartTooltipRow: import("react").NamedExoticComponent; export default ChartTooltipRow;