/// import { BoxProps } from './Box'; export declare type GridProps = Omit; export declare function Grid(props: GridProps): JSX.Element;