import type { TruncationMode } from '@dynatrace/strato-components/typography'; export declare const RangeLegendTruncationContext: import("react").Context; export declare const useRangeLegendTruncation: () => TruncationMode;