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

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

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