export function isRelativeToViewport(x: any, y: any): Element; export default elementFromPoint; declare function elementFromPoint(x: any, y: any): Element;