/// import Lanes from '../utils/lanes'; type LaneNameProps = { id: Lanes.Id; long?: boolean; }; export declare function LaneName({ id, long }: LaneNameProps): JSX.Element; export {};