import React from 'react';
interface rowProps {
    children?: any;
    pref?: any;
}
declare const VirtualRow: React.NamedExoticComponent<rowProps>;
export default VirtualRow;
