export type SwiperRef = HTMLElement & { swiper: { slidePrev: () => void; slideNext: () => void; }; }; //# sourceMappingURL=common.types.d.ts.map