import type { ImagePreviewProps } from './type'; declare const ImagePreview: (_props: ImagePreviewProps) => JSX.Element; export default ImagePreview;