import type * as React from 'react'; import { type PressableProps, type StyleProp, type ViewStyle } from 'react-native'; type Props = { style?: StyleProp; } & PressableProps; export declare const PressableOpacity: React.FC; export {}; //# sourceMappingURL=PressableOpacity.d.ts.map