import React from 'react'; import { TouchableViewProps } from './interface'; declare const TouchableView: React.FC; export default TouchableView;