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