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

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

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