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