import './style/index.js';
export type { SwiperProps } from './Swiper';
export type { SwiperItemProps } from './SwiperItem';
export * from './type';
export declare const Swiper: import("react").FC<import("./Swiper").SwiperProps> & Record<"SwiperItem", import("react").FC<import("./SwiperItem").SwiperItemProps>>;
export default Swiper;
