import React from 'react'; declare const VirtualCell: (props: any) => React.JSX.Element; export default VirtualCell;