console.error(["MUI: The elevation provided <Paper elevation={".concat(elevation,"}> is not available in the theme."),"Please make sure that `theme.shadows[".concat(elevation,"]` is defined.")].join('\n'));
returnnewError("MUI: Combining `elevation={".concat(elevation,"}` with `variant=\"").concat(variant,"\"` has no effect. Either use `elevation={0}` or use a different `variant`."));
}
returnnull;
}),
/**
* If `true`, rounded corners are disabled.
* @default false
*/
square:PropTypes.bool,
/**
* The system prop that allows defining system overrides as well as additional CSS styles.