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