import type { TruncationMode } from '../../../../../../typography/text-ellipsis/TextEllipsis.js'; export declare const RangeLegendTruncationContext: import("react").Context; export declare const useRangeLegendTruncation: () => TruncationMode;