import type { ImageViewProps } from './image-view'; export declare function ImageView(props: ImageViewProps): JSX.Element; export default ImageView;