import type { CardHeaderProps } from '@mui/material'; import type { DivinerInstance } from '@xyo-network/sdk'; import React from 'react'; import type { ModuleRenderProps } from '../../../ModuleRenderProps.js'; /** Card header for a diviner module with a default "Diviner" title. */ export declare const DivinerCardHeader: React.FC & CardHeaderProps>; //# sourceMappingURL=CardHeader.d.ts.map