import type { SVGProps } from "react"; import * as React from "react"; declare const SvgChevronUpDown: (props: SVGProps) => React.JSX.Element; export default SvgChevronUpDown; //# sourceMappingURL=ChevronUpDown.d.ts.map