import type { BeanCollection } from '../../context/context'; import type { RowCtrl } from '../../rendering/row/rowCtrl'; export declare function _applyRowEditStyles(beans: BeanCollection, rowCtrl: RowCtrl): void;