import { ObjectForExtending, TableConfig } from '../types'; export declare const useIsLoadingTable: ({ tableConfig, }: { tableConfig: TableConfig; }) => { isLoadingTable: boolean; skeletonRowsCount: number; };