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

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

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