import type { CardProps } from '@mui/material'; import type { WitnessInstance } from '@xyo-network/sdk'; import React from 'react'; import type { ModuleRenderProps } from '../../../module/index.js'; /** Card UI for a witness module that can trigger observe and show results. */ export declare const WitnessCard: React.FC>; //# sourceMappingURL=Card.d.ts.map