export declare function updateTabbableEls({ include, exclude, merge, }: { include?: (HTMLElement | ShadowRoot)[]; exclude?: (HTMLElement | ShadowRoot)[]; merge?: boolean; }): void; export declare function trapFocus(el: HTMLElement | ShadowRoot, exclude?: HTMLElement[], initialFocusIndex?: number): Promise; export declare function releaseFocus(newFocusEl: HTMLElement): void; //# sourceMappingURL=trapFocus.d.ts.map