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