/// <reference types="react" />
import { GridProps } from './Grid.types';
export declare const Grid: ({ children, center, ...props }: GridProps) => JSX.Element;
