import type { ViewportInteraction } from '../types'; export default function useHandleWheel({ image, element, interaction, onViewportChange }: ViewportInteraction): void;