export interface RoutePlannerTimelineLabel {
    position: string;
    label: string;
}
