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