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

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

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