export declare function getTabbableBoundary(root: HTMLElement | ShadowRoot): { start: HTMLElement | null; end: HTMLElement | null; };