import * as ag_grid_community from 'ag-grid-community'; declare const allianzIcon: ag_grid_community.Part<{}>; declare const themeAquila: ag_grid_community.Theme; declare const themeAllianz: ag_grid_community.Theme; declare const themeAquilaDenseParams: { rowHeight: number; }; declare const themeAquilaZebraParams: { oddRowBackgroundColor: string; rowBorder: string; }; export { allianzIcon, themeAllianz, themeAquila, themeAquilaDenseParams, themeAquilaZebraParams };