import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import React from 'react'; /** Props for {@link NestedBoundWitnessesBox}. */ export type NestedBoundWitnessesProps = FlexBoxProps; /** Renders nested bound witness cards from hash selection history with glow feedback. */ export declare const NestedBoundWitnessesBox: React.FC; //# sourceMappingURL=NestedBoundWitnessesBox.d.ts.map