import { Theme } from "@mui/material"; export default function Card(theme: Theme): { MuiCard: { styleOverrides: { root: { boxShadow: any; borderRadius: any; position: string; zIndex: number; }; }; }; MuiCardHeader: { defaultProps: { titleTypographyProps: { variant: string; }; subheaderTypographyProps: { variant: string; marginTop: string; }; }; styleOverrides: { root: { padding: string; }; }; }; MuiCardContent: { styleOverrides: { root: { padding: string; }; }; }; };