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