// Type definitions for ag-grid v18.1.2 // Project: http://www.ag-grid.com/ // Definitions by: Niall Crosby import { ColDef } from "./colDef"; export declare const DefaultColumnTypes: { [key: string]: ColDef; };