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