declare const MuiCard: {
    root: {
        boxShadow: string;
        fontSize: 21;
    };
};
export default MuiCard;
