import { FC } from 'react'; import { ZoomImageProps } from './ZoomImage.types'; declare const ZoomImage: FC; export default ZoomImage;