export declare const getFocusableElements: (el: HTMLElement) => NodeListOf; export declare const isFocusableElement: (el: Element) => boolean;