import React from 'react';
import { SwiperProps } from '@bytedance/mona';
declare const Swiper: React.FC<SwiperProps>;
export default Swiper;
