import { Grid } from "./piece-types";
declare const filledGrid: Grid;
export default filledGrid;
