import React from "react"; import type { IntegrityImpactWidgetProps } from "../../../types/widget-props"; /** * Widget that displays the impact of selected integrity level * * ## Business Perspective * * This widget helps stakeholders understand the business impact of * integrity controls, including how data accuracy and validation * mechanisms protect business operations and decision-making. 📊 */ declare const IntegrityImpactWidget: React.FC; export default IntegrityImpactWidget; //# sourceMappingURL=IntegrityImpactWidget.d.ts.map