/// import * as React from 'react'; import { TouchableProps } from '../modules/Touchable'; import { Animated as RNAnimated } from 'react-native'; export declare const createTouchable: (Animated: typeof RNAnimated) => React.ComponentClass;