///
export declare function getNextFocusTarget(containerObjectRef: React.RefObject, focusedIdRef: React.MutableRefObject): null | HTMLElement;
export declare function onUnregisterActive(focusableElement: HTMLElement, navigationAPI: React.RefObject<{
getFocusTarget: () => HTMLElement | null;
}>): void;