import type { CardContentProps } from '@mui/material'; import React from 'react'; import type { PayloadRenderProps } from '../PayloadRenderPlugin.js'; /** Default card content that embeds {@link PayloadDetails} for the payload. */ export declare const PayloadCardContent: React.FC; //# sourceMappingURL=PayloadCardContent.d.ts.map