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