import React from 'react'; declare const TableLoaderV2: ({ tableWidth, tableHeight }: { tableWidth: any; tableHeight: any; }) => React.JSX.Element; export default TableLoaderV2;