/** Any focusable element, including both HTML and SVG elements. */ export type FocusableElement = HTMLElement | SVGElement;