import type { ReactNode, RefObject } from 'react'; export declare function useNativeGestureRole(viewRef: RefObject, children: ReactNode): void; //# sourceMappingURL=useNativeGestureRole.web.d.ts.map