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