import { Theme } from '@mui/material'; /** AG Grid Theme parameters (replaces variables since AG Grid v32) */ export declare const skodaAgThemeParams: (theme: Theme) => { fontFamily: string; fontSize: number; iconSize: number; backgroundColor: string; foregroundColor: string; dataColor: string; headerForegroundColor: string; headerBackgroundColor: string; subHeaderBackgroundColor: string; subHeaderToolbarBackgroundColor: string; secondaryForegroundColor: string; disabledForegroundColor: string; checkboxCheckedColor: string; checkboxIndeterminateColor: string; rowHoverColor: string; oddRowBackgroundColor: string; rowBorderColor: string; selectedRowBackgroundColor: string; headerFontSize: number; headerFontWeight: number; headerHeight: number; rowHeight: number; paginationPanelHeight: number; cellHorizontalPadding: number; cellVerticalPadding: number; rowVerticalPaddingScale: number; borderRadius: number; headerColumnSeparatorColor: string; headerColumnResizeHandleColor: string; headerColumnSeparatorDisplay: string; headerColumnResizeHandleDisplay: string; };