declare const MuiPaper: {
    root: {
        boxShadow: string;
        borderRadius: number;
    };
};
export default MuiPaper;
