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

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

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