/// <reference types="react" />
import type { Props } from "./types";
declare const ItinerarySegment: ({ children, spaceAfter, dataTest, noElevation, actionable, onClick, banner, }: Props) => JSX.Element;
export default ItinerarySegment;
