import React from "react";
import { CardContentProps as MuiCardContentProps } from "@mui/material/CardContent";
export interface CardContentProps extends MuiCardContentProps, React.PropsWithChildren {
}
export declare const CardContent: React.FC<CardContentProps>;
export default CardContent;
