import type { FC } from "react"; import { LegendProps } from "./Legend.interface"; declare const Legend: FC; export default Legend;