export declare function isTabbable(el: HTMLElement): boolean; export declare function getNearestTabbableElement(el: HTMLElement): HTMLElement;