/** * Gets the currently focused element, taking shadow roots into account. */ export declare function getFocusedElement(root: Document | ShadowRoot): Element | undefined;