import React from 'react';
declare const ChartViewContext: React.Context<any>;
export declare function withView<T>(Component: any): (props: T) => React.JSX.Element;
export default ChartViewContext;
