/// <reference types="react" />
import type { Props } from "./types";
declare const ItineraryStatus: ({ type, label, spaceAfter, children, offset, actionable, }: Props) => JSX.Element;
export default ItineraryStatus;
