import React from 'react'; import { Box, BoxProps } from './Box'; export type GridProps = Omit; export function Grid(props: GridProps) { return ; }