/** * @file vue-awesome-swiper * @module event * @author Surmon */ import Swiper from 'swiper'; export declare const handleClickSlideEvent: (swiper: Swiper | null, event: MouseEvent, emit: any) => void; export declare const bindSwiperEvents: (swiper: Swiper, emit: any) => void;