import type { TouchableOpacity as RNTouchableOpacity, TouchableHighlight as RNTouchableHighlight, TouchableWithoutFeedback as RNTouchableWithoutFeedback } from 'react-native'; declare const _default: { TouchableOpacity: typeof RNTouchableOpacity; TouchableHighlight: typeof RNTouchableHighlight; TouchableWithoutFeedback: typeof RNTouchableWithoutFeedback; }; export default _default;