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