import { ReviewResultsProps } from './ReviewResults.types';
/**
* ReviewResults component - Combined ResultsSummary + ResultActions
*
* EXACT copy of styling from web-app-risk-reviews
*
* Displays a summary of the compliance review including:
* - Overall status with color-coded badge (pass/fail/warning)
* - Review timestamp
* - File name (for file reviews)
* - Number of risks with visual indicator
* - Action buttons (Send to IntelligenceBank)
*
* Status colors:
* - Green: Completed with no risks detected
* - Orange/Yellow: Completed with risks detected
* - Orange: Processing
* - Red: Failed
*
* @example
* ```tsx
*
* ```
*/
export declare const ReviewResults: React.FC;
export default ReviewResults;
//# sourceMappingURL=ReviewResults.d.ts.map