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

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

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