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