/** * Get the focused item from keyboard navigation. */ export declare function useFocusedItem(): import("../index.js").FocusedItemIdentifier | null;