import React from 'react';
import { PressableProps } from './PressableProps';
export default function Pressable(props: PressableProps): React.JSX.Element;
