///
import { BackdropProps as MuiBackdropProps } from '@mui/material/Backdrop';
export type WindowBackdropProps = MuiBackdropProps;
declare function WindowBackdrop(props: WindowBackdropProps): import("react").ReactPortal;
declare const _default: import("react").MemoExoticComponent;
export default _default;