import { ReactZoomPanPinchContext } from "../../models"; export declare const handleWheelStart: (contextInstance: ReactZoomPanPinchContext, event: WheelEvent) => void; export declare const handleWheelZoom: (contextInstance: ReactZoomPanPinchContext, event: WheelEvent) => void; export declare const handleWheelStop: (contextInstance: ReactZoomPanPinchContext, event: WheelEvent) => void;