import React from 'react';
import { PressableProps } from './PressableProps';
import { View } from 'react-native';
declare const Pressable: React.ForwardRefExoticComponent<PressableProps & React.RefAttributes<View>>;
export default Pressable;
//# sourceMappingURL=Pressable.d.ts.map