/** * @param {HTMLElement[]} elements * @returns {HTMLElement[]} */ export function sortByTabIndex(elements: HTMLElement[]): HTMLElement[];