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