import { FC } from "react";
interface ArrowLeftIconProps {
}
declare const ArrowLeftIcon: FC<ArrowLeftIconProps>;
export default ArrowLeftIcon;
