export declare const SwiperConfig: { slidesPerView: number; centeredSlides: boolean; spaceBetween: number; breakpoints: { 672: { slidesPerView: string; spaceBetween: number; }; }; keyboard: { enabled: boolean; }; mousewheel: { enabled: boolean; forceToAxis: boolean; }; navigation: { nextEl: string; prevEl: string; }; scrollbar: { el: string; draggable: boolean; }; pagination: { el: string; clickable: boolean; type: string; }; on: { init: (swiper: any) => void; transitionEnd: (swiper: any) => void; scrollbarDragEnd: (swiper: any) => void; }; }; //# sourceMappingURL=swiper.d.ts.map