import * as React from 'react';
import { CartesianProviderProps } from './Cartesian.types';
declare function CartesianProvider(props: CartesianProviderProps): React.JSX.Element;
export { CartesianProvider };
