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