import { ReactElement } from 'react';
import { BackdropProps } from '@mui/material/Backdrop';
export declare function Loading({ ...props }: BackdropProps): ReactElement;
