import type { CardProps } from '@mui/material'; import type { Payload } from '@xyo-network/sdk'; import React from 'react'; /** Props for {@link BoundWitnessRendererCard}. */ export interface BoundWitnessCardProps extends CardProps { active?: boolean; payload?: Payload; } /** Card renderer for bound witness payloads with header and content. */ export declare const BoundWitnessRendererCard: React.FC; //# sourceMappingURL=Card.d.ts.map