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