import React from 'react'; import type { SwiperProps as AntSwiperProps, SwiperRef } from 'antd-mobile/es/components/swiper'; import './index.less'; export declare type SwiperProps = AntSwiperProps; declare const _default: React.ForwardRefExoticComponent<{ defaultIndex?: number | undefined; allowTouchMove?: boolean | undefined; autoplay?: boolean | undefined; autoplayInterval?: number | undefined; loop?: boolean | undefined; direction?: "horizontal" | "vertical" | undefined; onIndexChange?: ((index: number) => void) | undefined; indicatorProps?: Pick | undefined; indicator?: ((total: number, current: number) => React.ReactNode) | undefined; slideSize?: number | undefined; trackOffset?: number | undefined; stuckAtBoundary?: boolean | undefined; rubberband?: boolean | undefined; children?: React.ReactElement> | React.ReactElement>[] | undefined; } & import("antd-mobile/es/utils/native-props").NativeProps<"--border-radius" | "--width" | "--height" | "--track-padding"> & React.RefAttributes> & { Item: React.FC<{ onClick?: ((e: React.MouseEvent) => void) | undefined; children?: React.ReactNode; } & import("antd-mobile/es/utils/native-props").NativeProps>; }; export default _default;