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

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

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