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