import React from 'react';
import { SwiperRef, WebSwiperProps } from "../../types";
export declare const Swiper: React.ForwardRefExoticComponent<Partial<WebSwiperProps> & React.RefAttributes<SwiperRef>>;
