import React from 'react'; interface ITableViewProps { table: any; } export declare const calc: (data: any) => { type: string; x: any; y: string; color: any; keys: string[]; }; declare const ChartView: React.FunctionComponent; export default ChartView;