/// import { PaperProps } from '@mui/material/Paper'; export type { PaperProps }; export default function Paper({ children, ...otherProps }: PaperProps): JSX.Element;