import React from "react"; import { GridProps as MuiGridProps } from "@mui/material/Grid"; export interface GridItemProps extends Omit { } declare const GridItem: React.FC; export default GridItem;