import { ICustomGridColDef } from './Table'; export declare const getTableConfig: (fields?: any[], componentSet?: Record>, defaultProps?: Partial) => ICustomGridColDef[];