import { ItineraryProps } from './Itinerary'; export declare const ITINERARY_ITEM_BASE_HEIGHT = 32; export declare const StyledItinerary: import("styled-components").StyledComponent<"ul", any, ItineraryProps, never>;