/**
 * Get the focused item from keyboard navigation.
 */
export declare function useFocusedItem(): import("../index.mjs").FocusedItemIdentifier<keyof import("../internals/index.mjs").ChartsSeriesConfig> | null;