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