import { CartesianContextState } from './Cartesian.types';
export declare const useCartesianContext: () => CartesianContextState;
