declare function pointerEvent(type: 'down' | 'move' | 'up'): string;

export = pointerEvent;
