export declare function mapPointsBetweenElement(fromElement: HTMLElement, toElement: HTMLElement, fromX: number, fromY: number): [number, number];