import type { CardContentProps } from '@mui/material'; import type { ArchivistInstance } from '@xyo-network/sdk'; import React from 'react'; import type { ModuleRenderProps } from '../../../module/index.js'; /** Card content that loads archivist config and lists parent archivists. */ export declare const ArchivistCardContent: React.FC & CardContentProps>; //# sourceMappingURL=CardContent.d.ts.map