import type { AnimatedEvent, BaseGestureConfig, GestureUpdateEventWithHandlerData } from '../types'; export declare function useGestureCallbacks(handlerTag: number, config: BaseGestureConfig): { jsEventHandler: (event: import("../types").GestureHandlerEventWithHandlerData) => void; reanimatedEventHandler: ((event: unknown) => void) | undefined; animatedEventHandler: AnimatedEvent | ((event: GestureUpdateEventWithHandlerData) => void) | undefined; }; //# sourceMappingURL=useGestureCallbacks.d.ts.map