import { FunctionComponent } from 'react'; import { GridProps } from './types'; declare const Grid: FunctionComponent>; export default Grid;