import React, { PropsWithChildren } from 'react';
declare const VirtualTable: React.MemoExoticComponent<(tableProps: PropsWithChildren<any>) => React.JSX.Element>;
export default VirtualTable;
