import * as React from 'react'; import * as ReactNative from 'react-native'; /** * **Do not use directly.** * * This method is used by the instrumentor to capture Pressable press and longPress events. This * method is called on the publicly exposed `Pressable` component from the React Native library. * * @param PressableComponent A `Pressable` component. * @returns An instrumented HOC wrapping `PressableComponent`. */ export declare const withHeapPressableAutocapture: (PressableComponent: React.ForwardRefExoticComponent>) => React.ForwardRefExoticComponent>;