import { RefObject } from 'react'; import { View } from 'react-native'; export type ScrollToNodeCallback = (ref: RefObject, additionalOffset?: number) => void; export declare const SpatialNavigatorParentScrollContext: import("react").Context; export declare const useSpatialNavigatorParentScroll: () => { scrollToNodeIfNeeded: ScrollToNodeCallback; };