import React from "react"; import { CostEstimationWidgetProps } from "../../../types/widget-props"; /** * Widget for estimating implementation and operational costs * * ## Business Perspective * * This widget provides financial stakeholders with cost estimates * for implementing and maintaining the selected security levels, * helping with budget planning and investment decisions related * to security initiatives. 💲 */ declare const CostEstimationWidget: React.FC; export default CostEstimationWidget; //# sourceMappingURL=CostEstimationWidget.d.ts.map