import { BackdropProps } from '@mui/material';
/**
 * Prevents scrolling of content behind the backdrop
 */
export default function BackdropScrollDisabled(props: BackdropProps): JSX.Element;
