export declare function getOwnerDocument(element: T | null | undefined): Document | null; export declare function getRootNode(element: T | null | undefined): Document | ShadowRoot | null; export declare function getActiveElement(element: Element | null | undefined): Element | null; export declare function isActiveElement(element: Element | null | undefined): boolean;