import { Window } from '../types'; /** * @param element */ export default function getDocumentElement(element: Element | Window): HTMLElement; //# sourceMappingURL=getDocumentElement.d.ts.map