import type { CardProps } from '@mui/material'; import type { ArchivistInstance } from '@xyo-network/sdk'; import React from 'react'; import type { ModuleRenderProps } from '../../../module/index.js'; /** Card UI summarizing an archivist module with header, content, and actions. */ export declare const ArchivistCard: React.FC>; //# sourceMappingURL=Card.d.ts.map