export declare function isFocusable(element: HTMLElement): boolean; export declare function findFocusables(element: HTMLElement): HTMLElement[]; export declare function findFocusable(element: HTMLElement): HTMLElement | null;