import * as React from "react";
import type * as Common from "../../common/types";
import ItineraryBadgeListItem from "./ItineraryBadgeListItem";
import type { Props } from "./types";
export declare const StyledWrapper: import("styled-components").StyledComponent<"div", any, {
    offset: number;
    spaceAfter?: Common.SpaceAfterSizes | undefined;
}, never>;
declare const ItineraryBadgeList: ({ children, spaceAfter, ...props }: Props) => React.JSX.Element;
export default ItineraryBadgeList;
export { ItineraryBadgeListItem };
