import { FC } from "react"; import { LegendBodyProps } from "./types"; /** Renders either a simple line or fill block of n legend components */ export declare const PolygonPolyline: FC; export declare const DynamicPoint: FC; //# sourceMappingURL=LegendBody.d.ts.map