import React from 'react';
declare const RootChartContext: React.Context<any>;
export declare function withChartInstance<T>(Component: any): React.ForwardRefExoticComponent<React.PropsWithoutRef<T> & React.RefAttributes<any>>;
export default RootChartContext;