import React from 'react'; import { PressableProps } from './types'; declare const Pressable: React.ForwardRefExoticComponent>; export { Pressable };