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

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

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