import React from 'react'; import type { TouchableOpacityProps } from './types'; declare const TouchableOpacity: React.NamedExoticComponent; export { TouchableOpacity }; //# sourceMappingURL=TouchableOpacity.d.ts.map