declare const usePictureWheel: ({ show, handleZoom, image }: { show: any; handleZoom: any; image: any; }) => (e: any) => void; export default usePictureWheel;