import * as React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; /** * @deprecated `gestureHandlerRootHOC` is deprecated and will be removed in the future version of Gesture Handler. * Use `GestureHandlerRootView` directly instead. */ export default function gestureHandlerRootHOC

(Component: React.ComponentType

, containerStyles?: StyleProp): React.ComponentType

; //# sourceMappingURL=gestureHandlerRootHOC.d.ts.map