import * as React from "react";
import { ImagePreviewProps } from "./ImagePreviewProps";
import "./ImagePreview.scss";
declare const ImagePreview: React.FC<ImagePreviewProps>;
export default ImagePreview;
