import { SwiperSlideProps } from 'swiper/react'; import React from 'react'; declare const SwiperItem: { (props: SwiperSlideProps): React.JSX.Element; displayName: string; }; export default SwiperItem;