import React from 'react'; import { BaseButton } from 'react-native-gesture-handler'; import Animated from 'react-native-reanimated'; export type TouchableOpacityProps = Omit, 'onPress'> & { activeOpacity?: number; onPress?: () => void; } & React.ComponentProps; export declare const TouchableOpacity: React.FC; //# sourceMappingURL=TouchableOpacity.d.ts.map