/// import { LegendProps } from "./types"; declare function Legend({ content, id }: LegendProps): JSX.Element; export default Legend; //# sourceMappingURL=index.d.ts.map