import type { ThreeDContext } from './types';
export declare const ThreeDProvider: import("react").Provider<ThreeDContext | null>;
/** Access the 3D chart context. Throws if used outside ThreeDChart. */
export declare function use3D(): ThreeDContext;
//# sourceMappingURL=ThreeDContext.d.ts.map