declare let AgGridTheme: any; export { AgGridTheme }; export declare const agGridGlobalStyles: { '.ag-header-cell': { display: string; fontWeight: string; fontSize: string; backgroundColor: string; color: string; textTransform: string; }; '.ag-header': { borderBottomWidth: string; borderBottomStyle: string; borderBottomColor: string; }; '.ag-row': { borderBottomWidth: string; borderBottomStyle: string; borderBottomColor: string; }; '.ag-root-wrapper': { border: string; }; '.ag-header-cell:hover': { backgroundColor: string; }; };