import type { CardHeaderProps } from '@mui/material'; import type { SentinelInstance } from '@xyo-network/sdk'; import React from 'react'; import type { ModuleRenderProps } from '../../../module/index.js'; /** Card header for a sentinel module, defaulting the title to the module name. */ export declare const SentinelCardHeader: React.FC & CardHeaderProps>; //# sourceMappingURL=CardHeader.d.ts.map