import { MapLineProps } from './types';
declare const MapLine: ({ ...rest }: MapLineProps) => import("react/jsx-runtime").JSX.Element;
export default MapLine;
