import React from 'react'; import ImagePreview from './ImagePreview'; import ImagePreviewGroup from './ImagePreviewGroup'; declare const ImageComponent: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const Image: typeof ImageComponent & { Preview: typeof ImagePreview; PreviewGroup: typeof ImagePreviewGroup; }; export default Image;