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