import { type IAlertComparisonOperator } from "@gooddata/sdk-model"; import { type SingleSelectListItemType } from "@gooddata/sdk-ui-kit"; export type OperatorItemType = { title: string; icon: string; id: T; type?: SingleSelectListItemType; info?: string; }; export declare const COMPARISON_OPERATOR_OPTIONS: OperatorItemType[]; export declare const RELATIVE_CHANGE_OPERATOR_OPTIONS: OperatorItemType[]; export declare const RELATIVE_DIFFERENCE_OPERATOR_OPTIONS: OperatorItemType[]; export declare const ANOMALY_DETECTION_OPERATOR_OPTIONS: OperatorItemType[]; export declare const OPERATORS: OperatorItemType[]; export declare const CHANGE_HEADER: OperatorItemType; export declare const DIFFERENCE_HEADER: OperatorItemType; export declare const ANOMALY_DETECTION_HEADER: OperatorItemType; export declare const SEPARATOR: OperatorItemType; export declare const DROPDOWN_ITEM_HEIGHT = 28; export declare const DROPDOWN_SEPARATOR_ITEM_HEIGHT = 10; export declare const DEFAULT_MEASURE_FORMAT = "#,##0.00"; export declare const ALERTING_DIALOG_ID = "alerting-dialog"; //# sourceMappingURL=constants.d.ts.map