import { Point } from '@visx/point'; import type { EventType } from './types'; export default function localPoint(node: Element, event: EventType): Point | null; //# sourceMappingURL=localPointGeneric.d.ts.map