export interface IList { click(d: any): any; dblclick(d: any): any; } //# sourceMappingURL=IList.d.ts.map