export declare const pickFirstFocus: (nodes: HTMLElement[]) => HTMLElement | undefined;
export declare const pickFocusable: (nodes: HTMLElement[], node: HTMLElement) => number;
