type Option = { shouldIgnoreVisibility: boolean; }; export declare function tabbable(el: HTMLElement, option?: Partial