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