/** * @file img crop * @author wangpantuo */ import React from 'react'; import type CropperRef from 'react-easy-crop'; import type { ImgCropProps } from './interface'; declare const ImgCrop: React.ForwardRefExoticComponent>; export default ImgCrop;