import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import React from 'react'; import type { PayloadDetailsListRenderProps } from '../../../../payload-plugin/index.js'; /** Box details renderer for bound witnesses with payloads and signatures tables. */ declare const BoundWitnessDetailsBox: React.FC; export { BoundWitnessDetailsBox }; //# sourceMappingURL=DetailsBox.d.ts.map