export declare const columnDefs: IcolumnDefs[]; export interface IcolumnDefs { headerName: string; field: string; width?: number; cellRendererFramework?: any; suppressSizeToFit?: boolean; maxWidth?: string; sortable?: boolean; filter?: boolean; resizable?: boolean; }