import React from 'react'; import type { PressableProps } from '../../components/Pressable/PressableProps'; declare const PressableWithTouchable: (props: PressableProps) => React.JSX.Element; export default PressableWithTouchable; //# sourceMappingURL=PressableWithTouchable.d.ts.map