/// import type { IScalingPolicyAlarmView } from '../../../../domain'; export interface IAlarmSummaryProps { alarm: IScalingPolicyAlarmView; } export declare const comparatorMap: { GreaterThanOrEqualToThreshold: string; GreaterThanThreshold: string; LessThanOrEqualToThreshold: string; LessThanThreshold: string; }; export declare const AlarmSummary: ({ alarm }: IAlarmSummaryProps) => JSX.Element;