import { ReactZoomPanPinchContext } from "../../models"; export declare const handlePinchStart: (contextInstance: ReactZoomPanPinchContext, event: TouchEvent) => void; export declare const handlePinchZoom: (contextInstance: ReactZoomPanPinchContext, event: TouchEvent) => void; export declare const handlePinchStop: (contextInstance: ReactZoomPanPinchContext) => void;