import * as React from 'react'; import { TouchablePropType } from '../PropsType'; declare const Touchable: React.FC; export default Touchable;