import type { CardHeaderProps } from '@mui/material'; import React from 'react'; import type { PayloadRenderProps } from '../PayloadRenderPlugin.js'; /** Default card header showing "Payload", hash subheader, and identicon avatar. */ export declare const PayloadCardHeader: React.FC; //# sourceMappingURL=PayloadCardHeader.d.ts.map