export declare function Autoplay({ swiper, extendParams, on, emit, params }: {
    swiper: any;
    extendParams: any;
    on: any;
    emit: any;
    params: any;
}): void;
