import { TouchableNativeFeedback as RNTouchableNativeFeedback } from 'react-native'; /** * @deprecated TouchableNativeFeedback will be removed in the future version of Gesture Handler. Use Pressable instead. */ declare const TouchableNativeFeedback: typeof RNTouchableNativeFeedback; export default TouchableNativeFeedback; //# sourceMappingURL=TouchableNativeFeedback.d.ts.map