import { FC } from "react"; import { ImagePreviewPropsType } from "./interface"; declare const ImagePreview: FC; export default ImagePreview;