import React from 'react'; import { MapLane } from './common'; type MapLaneIconProps = { enum: MapLane; } & Omit, 'viewBox'>; export declare function MapLaneIcon(props: MapLaneIconProps): JSX.Element | null; export {};