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