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

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

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