import type { TruncationMode } from '@dynatrace/strato-components/typography'; import type { LabelAlignment } from './types/range-legend.internal.js'; import type { MappedObject } from '../../../types/helpers/mapped-object.js'; export declare const LABEL_ALIGNMENT: MappedObject; export declare const TRUNCATION_MODE: MappedObject; export declare const ITEM_FONT_STYLES: { fontSize: string; fontFamily: string; fontWeight: string; }; export declare const DEFAULT_TRUNCATION_MODE: "middle"; export declare const DEFAULT_FORMATTER: (value: number) => string; export declare const DEFAULT_ITEM_THICKNESS = 10; export declare const DEFAULT_SEGMENT_SIZE = 6; export declare const DEFAULT_SEGMENT_COLOR: string; export declare const DEFAULT_GAP_THICKNESS = 1; export declare const DEFAULT_LABEL_FONT_SIZE: string; export declare const DEFAULT_LABEL_FONT_COLOR: string; export declare const LABEL_FONT_COLOR_HOVERED: string; export declare const LABEL_FONT_WEIGHT: string; export declare const HOVERED_LABEL_FONT_WEIGHT: string; export declare const GAP_BETWEEN_LABELS = 8; export declare const TEXT_ELLIPSIS = "..."; export declare const STROKE_WIDTH = 1; export declare const MAX_LEGEND_HEIGHT = 360; export declare const MAX_LEGEND_WIDTH = 360; export declare const CSS_CONTAINER_PADDING: string; export declare const LABEL_HOVERED_PADDING: number; export declare const LABEL_GAP: number; export declare const CONTAINER_PADDING: number; export declare const DEFAULT_CONTAINER_SIZE: number; export declare const RANGE_LEGEND_CLASS = "range-legend"; export declare const OVERLAY_ADDITIONAL_SIZE: number; export declare const OVERLAY_OFFSET: number;