/**
 * Find the real active element. Traverses into shadowRoots.
 */
export declare function activeElement(doc: Document): Element | null;
