import { Grid } from '../types'; export declare const createGrid: ({ totalHeight, totalWidth, numVerticalCells, numHorizontalCells, }: { totalHeight: number; totalWidth: number; numVerticalCells: number; numHorizontalCells: number; }) => Grid; //# sourceMappingURL=createGrid.d.ts.map