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

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

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