/// import { MessageDescriptor } from 'react-intl'; import { MapLane } from './common'; export declare const MAP_LANE_LONG_NAME_MAPPING: Record; type MapLaneNameProps = { enum: MapLane; }; export declare function MapLaneName(props: MapLaneNameProps): JSX.Element; export {};