export declare function getFocusableElements(el: Element, onlyTabReachable?: boolean): HTMLElement[] | undefined; export declare function focusFirstElement(el: Element): void; export declare function focusLastElement(el: Element): void;