import type { PressableProps, StyleProp, ViewStyle } from 'react-native'; export interface MyPressableProps extends PressableProps { style?: StyleProp; iosOpacityEffect?: boolean; containerStyle?: StyleProp; borderRadius?: number; foreground?: boolean; secondaryRipple?: boolean; disabled?: boolean; disabledNoOpacity?: boolean; primaryRipple?: boolean; backgroundColor?: string; } //# sourceMappingURL=myPressable.d.ts.map