import type { BeanCollection } from '../context/context';
import type { CellCtrl } from '../rendering/cell/cellCtrl';
export declare function _setupCellCustomStyle(beans: BeanCollection, cellCtrl: CellCtrl): void;
export declare function _applyCellClassRules(beans: BeanCollection, cellCtrl: CellCtrl): void;
export declare function _applyCellUserStyles(beans: BeanCollection, cellCtrl: CellCtrl): void;
export declare function _applyCellClassesFromColDef(beans: BeanCollection, cellCtrl: CellCtrl): void;
