import React from 'react'; import { TdImageViewerProps } from './type'; import { StyledProps } from '../common'; export interface ImageViewerProps extends TdImageViewerProps, StyledProps { } declare const ImageViewer: React.FC; export default ImageViewer;