import React from 'react'; import { ImagePreviewProps } from './PropsType'; declare const ImagePreview: React.FC; export default ImagePreview;