import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import React from 'react'; /** Panel that shows nested and active bound witness details with loading and error state. */ export declare const BoundWitnessesBox: { ({ ref, ...props }: FlexBoxProps): React.JSX.Element; displayName: string; }; //# sourceMappingURL=BoundWitnessesBox.d.ts.map