import type { CardHeaderProps } from '@mui/material'; import type { ArchivistInstance } from '@xyo-network/sdk'; import React from 'react'; import type { ModuleRenderProps } from '../../../module/index.js'; /** Card header for an archivist, optionally showing memory archivist stats. */ export declare const ArchivistCardHeader: React.FC & CardHeaderProps>; //# sourceMappingURL=CardHeader.d.ts.map