import { ReactElement } from "react"; declare type LegendProps = { colorRange: string[]; dataKeyArray: string[]; }; export declare const Legend: ({ colorRange, dataKeyArray, }: LegendProps) => ReactElement; export default Legend;