import React from "react"; import type { SVGIcon } from "./types"; declare const ChevronDown: (props: SVGIcon) => React.JSX.Element; export default ChevronDown; //# sourceMappingURL=chevron-down.d.ts.map