import type { Grid } from '../types';
declare const grid: Grid;
export default grid;
