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