import * as React from "react";
import type { Props } from "./types";
declare const ItinerarySegmentStop: ({ date, time, cancelledDate, cancelledCity, cancelledStation, cancelledTime, city, icon, station, hidden, hiddenCityText, minWidth, type, }: Props) => React.JSX.Element;
export default ItinerarySegmentStop;
//# sourceMappingURL=index.d.ts.map