import type { VirtualTarget } from "../types"; export declare function virtualFromXY(x: number, y: number, context?: HTMLElement): VirtualTarget;