import React from 'react';
import { ImageCropProps } from '../types';
declare const ImageCrop: React.FC<ImageCropProps>;
export default ImageCrop;
