import { CropperProps } from './Cropper.types'; import type { ForwardRefExoticComponent, RefAttributes } from 'react'; import { default as EasyCropper } from 'react-easy-crop'; declare type CompoundedComponent = ForwardRefExoticComponent>; declare const Cropper: CompoundedComponent; export default Cropper;