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

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

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