/** * Legacy setup - prefer `import '@tamagui/native/setup-gesture-handler'` instead. */ export declare function isGestureHandlerEnabled(): boolean; export interface SetupGestureHandlerConfig { Gesture: any; GestureDetector: any; ScrollView?: any; } export declare function setupGestureHandler(config: SetupGestureHandlerConfig): void; //# sourceMappingURL=setupGestureHandler.d.ts.map