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