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