/** Find the first focusable element inside HTML element (including the element itself). */ export declare function getFirstFocusable(el: HTMLElement): HTMLElement | null;