/// <reference types="react" />
import type { Props } from "./types";
declare const ItinerarySeparator: ({ children, type, color }: Props) => JSX.Element;
export default ItinerarySeparator;
