export declare const getFocusableElements: (element: HTMLElement, withoutTabIndex?: boolean) => HTMLElement[]; export declare const setFocusLoopOnElements: (element: HTMLElement, e: KeyboardEvent) => void; export declare const setFocusLoopOnElementsExceptTabIndexed: (element: HTMLElement) => void;