import type { CardContentProps } from '@mui/material'; import React from 'react'; import type { ModuleRenderProps } from '../../../ModuleRenderProps.js'; /** Card content region for a module card. */ export declare const ModuleCardContent: React.FC; //# sourceMappingURL=CardContent.d.ts.map