import ImageZoom from './ImageZoom'; declare global { interface Window { ImageZoom: any; } } export default ImageZoom;