import SpatialNavigator, { OnDirectionHandledWithoutMovement } from '../SpatialNavigator'; type SpatialNavigatorHookParams = { onDirectionHandledWithoutMovementRef: React.MutableRefObject; }; export declare const useCreateSpatialNavigator: ({ onDirectionHandledWithoutMovementRef, }: SpatialNavigatorHookParams) => SpatialNavigator; export {};