import { PropsWithChildren, ReactElement } from 'react';
import { PaperProps } from '@mui/material/Paper';
export declare function PaperCustom({ children, ...props }: PropsWithChildren<PaperProps>): ReactElement;
