import { SVGProps } from "react"; export default function ChevronDownIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }