import * as React from 'react'; import type { NativeViewGestureHandlerProps } from './NativeViewGestureHandler'; /** * @deprecated `createNativeWrapper` is deprecated and will be removed in favor of using `GestureDetector` with `Native` gesture directly. */ export default function createNativeWrapper
(Component: React.ComponentType
, config?: Readonly