import type { _HighlightChangesGridApi } from '../../api/gridApi';
import type { _ModuleWithApi } from '../../interfaces/iModule';
/**
 * @feature Cells -> Highlighting Changes
 * @colDef enableCellChangeFlash
 */
export declare const HighlightChangesModule: _ModuleWithApi<_HighlightChangesGridApi<any>>;
