import React from 'react';
import type { LegacyPressableProps } from './PressableProps';
/**
 * @deprecated `LegacyPressable` is deprecated, use `Pressable` instead.
 */
declare const LegacyPressable: (props: LegacyPressableProps) => React.JSX.Element;
export default LegacyPressable;
//# sourceMappingURL=Pressable.d.ts.map