export declare function useFocusControl(selectedItemLength: number): { deletionButtonRefs: import("react").RefObject[]; inputRef: import("react").RefObject; focusPrevDeletionButton: () => void; focusNextDeletionButton: () => void; resetDeletionButtonFocus: () => void; };