import React from 'react';
declare function renderVirtual(swiper: any, slides: any, virtualData: any): React.DetailedReactHTMLElement<{
swiper: any;
style: {
[x: string]: string;
top?: undefined;
} | {
top: string;
};
key: any;
}, HTMLElement>[];
export { renderVirtual };