import React from "react";
import { SwiperOptions } from "./types";
interface Props {
    className?: string;
    children?: React.ReactNode;
}
export declare const Swiper: React.FC<SwiperOptions & Props>;
export {};
