import * as React from "react";
import type { Props } from "./types";
declare const ItinerarySegment: ({ children, spaceAfter, dataTest, noElevation, actionable, banner, onClick, onExpand, onCollapse, }: Props) => React.JSX.Element;
export default ItinerarySegment;
//# sourceMappingURL=index.d.ts.map