import { GridColType } from './gridColType'; export declare const getGridColDef: (columnTypes: any, type: GridColType | undefined) => any;