import { ObjectForExtending, TableConfig } from '../types'; export declare const usePrepareTableConfig: ({ tableConfigExternal, flattenedRowsRef, }: { tableConfigExternal: TableConfig; flattenedRowsRef?: { readonly current: readonly RowType[]; }; }) => { tableConfig: TableConfig; };