declare const _default: { styleOverrides: { root: { padding: number; }; rounded: { borderRadius: string; '&:first-of-type': { borderTopLeftRadius: string; borderTopRightRadius: string; }; '&:last-of-type': { borderBottomLeftRadius: string; borderBottomRightRadius: string; }; '&:before': { opacity: number; left: string; right: string; }; }; }; }; export default _default; //# sourceMappingURL=MuiAccordion.d.ts.map