import { Grid } from 'nes-tetris-representation';
declare const filledGrid: Grid;
export default filledGrid;
