import * as React from 'react'; import { NativeViewGestureHandlerProps } from './NativeViewGestureHandler'; export default function createNativeWrapper

(Component: React.ComponentType

, config?: Readonly): React.ForwardRefExoticComponent & React.RefAttributes>>;