import type { CardContentProps } from '@mui/material'; import type { DivinerInstance } from '@xyo-network/sdk'; import React from 'react'; import type { ModuleRenderProps } from '../../../ModuleRenderProps.js'; /** Card content region for a diviner module card. */ export declare const DivinerCardContent: React.FC & CardContentProps>; //# sourceMappingURL=CardContent.d.ts.map