import React from "react"; import type { ImpactWidgetProps } from "../../../types/widget-props"; /** * Shared widget component for displaying CIA component impact analysis * * ## Business Perspective * * This widget provides a unified interface for displaying the business impact * of security levels across all CIA triad components (Availability, Integrity, * Confidentiality). It helps stakeholders understand the practical implications * of their security choices through metrics, business impact analysis, and * technical details. 📊 */ declare const ImpactWidget: React.NamedExoticComponent; export default ImpactWidget; //# sourceMappingURL=ImpactWidget.d.ts.map