import * as React from 'react'; import GenericTouchable from './GenericTouchable'; import type { GenericTouchableProps } from './GenericTouchableProps'; export type TouchableWithoutFeedbackProps = GenericTouchableProps; declare const TouchableWithoutFeedback: React.ForwardRefExoticComponent>; export default TouchableWithoutFeedback;