export declare function getElementAtPoint(doc: Document | null | undefined, x: number, y: number): Element | null;