import type { Orientation } from '../../../../../core/types/orientation.js'; export declare const ChartLayoutOrientationContext: import("react").Context<{ orientation: Orientation; }>; //# sourceMappingURL=ChartLayoutOrientation.context.d.ts.map