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