export declare const pickFirstFocus: (nodes: HTMLInputElement[]) => HTMLInputElement; export declare const pickFocusable: (nodes: HTMLInputElement[], index: number) => number;