import React from "react"; import { Color } from "../../../lib"; declare const ChartLegend: ({ payload }: any, categoryColors: Map, setLegendHeight: React.Dispatch>, activeLegend: string | undefined, onClick?: ((category: string, color: Color | string) => void) | undefined, enableLegendSlider?: boolean) => React.JSX.Element; export default ChartLegend;