import { CellStyles } from "./cell";
export class Styles {
cells: CellStyles;
constructor() {
this.cells = new CellStyles();
}