// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const BaggageRecheck: React.FunctionComponent<Props>;
export { BaggageRecheck, BaggageRecheck as default };
