declare const components: { MuiAccordion: { 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; }; }; }; }; MuiCard: { styleOverrides: { root: { padding: number; '&:last-child': { paddingBottom: string; }; }; }; }; MuiCardHeader: { defaultProps: { titleTypographyProps: { variant: "h4"; }; subheaderTypographyProps: { variant: "subtitle1"; }; }; styleOverrides: { root: { padding: string; }; }; }; MuiFormControl: { defaultProps: { margin: "none"; width: string; }; }; MuiGrid: { defaultProps: { spacing: number; }; }; MuiPaper: { styleOverrides: { rounded: { borderRadius: string; padding: string; }; elevation1: { boxShadow: string; }; elevation2: { boxShadow: string; }; }; }; MuiTypography: { defaultProps: { color: string; }; }; }; export default components; //# sourceMappingURL=index.d.ts.map