import { ChartLegendOrientation } from '../../../../types/legend.js'; interface RangeLegendOrientationContextProps { orientation: ChartLegendOrientation; } export declare const RangeLegendOrientationContext: import("react").Context; export declare const useOrientation: () => RangeLegendOrientationContextProps; export {};