import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgCropRotate: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgCropRotate; //# sourceMappingURL=CropRotate.d.ts.map