import type { CardProps } from '@mui/material'; import React from 'react'; import type { PayloadDetailsListRenderProps } from '../../../../payload-plugin/index.js'; /** Card details renderer for bound witnesses with collapsible tables. */ declare const BoundWitnessDetailsCard: { ({ ref, visibleRows, ...props }: PayloadDetailsListRenderProps & CardProps & { ref?: React.Ref; }): React.JSX.Element; displayName: string; }; export { BoundWitnessDetailsCard }; //# sourceMappingURL=DetailsCard.d.ts.map