import React from "react"; import { Color } from "../../../lib"; declare const ChartLegend: ({ payload }: any, categoryColors: Map, setLegendHeight: React.Dispatch>) => JSX.Element; export default ChartLegend;