import type { Orientation } from '../../../../../core/types/orientation.js'; export declare const ChartLayoutOrientationContext: import("react").Context<{ orientation: Orientation; }>;