import type { _ModuleWithoutApi } from '../interfaces/iModule';
/**
 * @feature Cells -> Styling Cells
 * @colDef cellStyle, cellClass, cellClassRules
 */
export declare const CellStyleModule: _ModuleWithoutApi;
/**
 * @feature Rows -> Styling Rows
 * @gridOption rowStyle, getRowStyle, rowClass, getRowClass, rowClassRules
 */
export declare const RowStyleModule: _ModuleWithoutApi;
