import { FC } from 'react'; import type { ImgCropProps } from './interface'; import './index.scss'; export declare const ImgCrop: FC; export { ImgCropProps }; export default ImgCrop;