import type { CardActionsProps } from '@mui/material'; import React from 'react'; import type { ModuleRenderProps } from '../../../ModuleRenderProps.js'; /** Card actions with schema chip and discover dialog for a module. */ export declare const ModuleCardActions: React.FC; //# sourceMappingURL=CardActions.d.ts.map