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

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

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