import CellModel from "./CellModel"; import { Dictionary } from "typescript-collections"; export default class RowModel { cells: Dictionary; constructor(cells?: Dictionary); }