import { t } from '../common'; export declare function objectToCells(input: t.ITypeDef[] | t.INsTypeDef): { row(index: number, data: T): t.ICellMap; rows(index: number, items: T[]): t.ICellMap; };