/// import { TouchableOpacityProps } from 'react-native'; export declare function HoverableOpacity({ style, onPress, children, disabled, ...otherProps }: TouchableOpacityProps): JSX.Element;