import type { EventType } from './types'; /** Handles two signatures for backwards compatibility. */ export default function localPoint(nodeOrEvent: Element | EventType, maybeEvent?: EventType): import("@visx/point").Point | null; //# sourceMappingURL=localPoint.d.ts.map