import type { CardProps } from '@mui/material'; import React from 'react'; import type { ModuleRenderProps } from '../../../ModuleRenderProps.js'; /** Card UI summarizing a generic XYO module with header, content, and actions. */ export declare const ModuleCard: React.FC; //# sourceMappingURL=Card.d.ts.map