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