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