import React from 'react'; import { CardContentProps } from '@material-ui/core'; declare const CardContent: React.ElementType; export { CardContent };