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