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