import React from "react"; interface DocumentProps { documentId: string; documentAPI: string; documentName: string; downloadImageFile?: boolean; } declare const ImageViewer: React.FC; export default ImageViewer;