import React from 'react'; import { SwiperItemProps } from './PropsType'; declare const SwiperItem: React.FC; export default SwiperItem;