import React from "react"; import { ValueCreationWidgetProps } from "../../../types/widget-props"; /** * Display value creation information for chosen security levels * * ## Business Perspective * * This widget helps stakeholders understand the business value created * by security investments, articulating benefits beyond just risk reduction. * It provides clear value statements that can be used in business cases and * executive communications. 💰 */ declare const ValueCreationWidget: React.FC; export default ValueCreationWidget; //# sourceMappingURL=ValueCreationWidget.d.ts.map