export declare const isTabbable: (el: HTMLElement) => boolean; export declare const getTabbableBoundary: (root: HTMLElement | ShadowRoot) => { start: HTMLElement | null; end: HTMLElement | null; }; //# sourceMappingURL=tabbable.d.ts.map