/** * Constants used by widget components * * @module components/widgets/constants */ /** * Human-readable compliance status message strings keyed by compliance level */ export declare const COMPLIANCE_STATUS: { FULLY_COMPLIANT: string; SUBSTANTIALLY_COMPLIANT: string; BASIC_COMPLIANCE: string; MINIMAL_COMPLIANCE: string; NON_COMPLIANT: string; }; /** * Test IDs for the ComplianceStatusWidget elements */ export declare const COMPLIANCE_STATUS_TEST_IDS: { WIDGET: string; OVERALL_STATUS: string; COMPLIANT: string; PARTIAL: string; NON_COMPLIANT: string; REMEDIATION_STEPS: string; FRAMEWORK_ITEM: string; REMEDIATION_STEP: string; }; //# sourceMappingURL=constants.d.ts.map