import type { TouchDragEventType } from '../../types/EventTypes.js'; export default function touchDrag(evt: TouchDragEventType): void;