import React from 'react'; import { ImageViewerProps } from './types'; export declare const ImageViewer: React.FC;