import { ReactZoomPanPinchRef } from "../models";
export declare const handleCallback: <T>(context: ReactZoomPanPinchRef, event: T, callback?: ((context: ReactZoomPanPinchRef, event: T) => void) | undefined) => void;
