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