/// import { LegendProps } from "./types"; declare function Legend({ content, id }: LegendProps): JSX.Element; export default Legend;