/** * Fallback press handling when RNGH is not available. * * Implements the responder-based press detection that usePressability provides, * without the deep RN internal import. Supports pressIn/pressOut delays, * long press, cancellation, and min press duration. */ export declare function useMainThreadPressEvents(events: any, viewProps: any, enabled?: boolean, debugName?: string | null): void; //# sourceMappingURL=mainThreadPressEvents.native.d.ts.map