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