import { FC } from "react"; import { ShapeProps } from "./types"; export declare const Polygon: FC; export declare const Line: FC; export declare const Point: FC; //# sourceMappingURL=LegendShapes.d.ts.map