import * as react from 'react'; import { PaperProps as PaperProps$1 } from '@mui/material/Paper'; type PaperProps = Omit & { /** * The variant to use. * @default 'outlined' */ variant?: 'elevation' | 'outlined'; }; declare const Paper: react.ForwardRefExoticComponent & react.RefAttributes>; export { Paper, type PaperProps };