/**
 * @file vue-awesome-swiper
 * @module event
 * @author Surmon <https://github.com/surmon-china>
 */
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;
