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