import * as React from 'react';
import { IGridProps } from './Grid.types';
export declare const Grid: React.StatelessComponent<IGridProps>;
