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