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