import React from "react"; import { ImplementationGuidancePanelProps } from "../../../types/componentPropExports"; /** * ImplementationGuidancePanel component - displays implementation tips and guidance * * ## Business Perspective * * Provides actionable implementation guidance to security teams, helping them * understand effort requirements and common challenges for each CIA component. * Improves implementation success rates and resource planning. 🎯 * * ## Technical Perspective * * Extracted from SecurityResourcesWidget to improve maintainability and reduce file size. * Provides component-specific implementation guidance for the CIA triad with compact * spacing and progressive disclosure patterns. * * @component * * @example * ```tsx * * ``` */ declare const ImplementationGuidancePanel: React.FC; export default ImplementationGuidancePanel; //# sourceMappingURL=ImplementationGuidancePanel.d.ts.map