import * as _zoom_image_core from '@zoom-image/core';

declare function useZoomImageClick(): {
    zoomImageState: {
        zoomedImgStatus: _zoom_image_core.ZoomedImgStatus;
    };
    createZoomImage: (container: HTMLElement, options?: _zoom_image_core.ZoomImageClickOptions | undefined) => void;
};

export { useZoomImageClick };
