import { KeyText, KeyTextMap } from './types'; import { ColumnConfig, ObjectForExtending } from '../types'; export declare const useColsWithKeyTextMap: ({ tableConfigKeyTextBoolean, columnConfig, keyText, }: { tableConfigKeyTextBoolean: boolean; columnConfig: readonly ColumnConfig[]; keyText: KeyText; }) => KeyTextMap;