export interface IChartComponent { getChartData(): any; chartSelect(): any; openOptionPopUp(): any; sendToDashboard(): any; }