import type { BeanCollection } from '../../context/context';
import type { FlashCellsParams } from '../../interfaces/iCellsParams';
export declare function flashCells<TData = any>(beans: BeanCollection, params?: FlashCellsParams<TData>): void;
