import * as React from "react";
import ItineraryBadgeListItem from "./ItineraryBadgeListItem";
import type { Props } from "./types";
declare const ItineraryBadgeList: ({ children, spaceAfter, ...props }: Props) => React.JSX.Element;
export default ItineraryBadgeList;
export { ItineraryBadgeListItem };
//# sourceMappingURL=index.d.ts.map