export declare const followingNodes: (source: NodeIterator, startingNode: Node) => T[]; /** * Focuses the provided region element. * If the region has an aria-label, it focuses the region directly. * Otherwise, it attempts to focus the highest level heading within the region, * or the region itself if no headings are found. * @param region - The region HTMLElement to focus. * @returns boolean indicating whether the focus was successful. */ export declare const focusRegion: (region: HTMLElement) => boolean; //# sourceMappingURL=utils.d.ts.map