import { MapLineProps } from './types';
declare const MapLine: ({ positions, color, weight, dashArray, popupContent, }: MapLineProps) => import("react/jsx-runtime").JSX.Element;
export default MapLine;
