import { IMarkerInteractionConfig } from "./types"; import { IRendererConfig } from "../core/common/types"; /** Renderer configuration for the thresholds on a chart */ export declare const THRESHOLDS_MAIN_CHART_RENDERER_CONFIG: IRendererConfig; /** Renderer configuration for a thresholds summary chart */ export declare const THRESHOLDS_SUMMARY_RENDERER_CONFIG: IRendererConfig; /** Default configuration for marker interaction */ export declare const DEFAULT_MARKER_INTERACTION_CONFIG: IMarkerInteractionConfig; /** * Class name for gauge threshold markers */ export declare const GAUGE_THRESHOLD_MARKER_CLASS = "gauge-threshold-marker";