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