import { Grid } from '../grid';
import { t } from '../common';
import { FactoryManager } from '../factory';
export declare const cellRenderer: (grid: t.IGrid, factory: FactoryManager) => t.Renderer;
export declare function registerCellRenderer(Table: Handsontable, grid: Grid, factory: FactoryManager): void;
