import React from 'react'; export declare const ItineraryTimeline: ({ onAddLocation }: { onAddLocation?: (legId: string) => void; }) => React.JSX.Element;