/**
 * Based on the article about focusable events: https://stackoverflow.com/questions/1599660/which-html-elements-can-receive-focus
 * @param {Element} el
 */
export function isHTMLElementFocusable(el: Element): boolean;
//# sourceMappingURL=isHTMLElementFocusable.d.ts.map