import { SVGProps } from "react"; declare const ChevronUpDownIcon: (props: SVGProps) => JSX.Element; export default ChevronUpDownIcon;