export declare const touch: {
  methods: {
    resetTouchStatus(): void;
    touchStart(event: any): void;
    touchMove(event: any): void;
  };
};
