import { default as React } from 'react'; type Props = { isFastest?: boolean; isCheapest?: boolean; isOnlyChoice?: boolean; }; declare const _default: React.MemoExoticComponent<({ isFastest, isCheapest, isOnlyChoice }: Props) => React.JSX.Element | null>; export default _default; //# sourceMappingURL=RouteBadge.d.ts.map