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