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