import * as React from 'react'; import { GridProps } from './iCard'; declare const Grid: React.FC; export default Grid;