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