import type { Window } from "../types"; export default function getDocumentElement(element: Element | Window): HTMLElement;