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