import type { Point } from "../../type/Point"; export declare function getPoint(event: TouchEvent, index: number): Point;