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