export interface IMenu { click(d: any): any; preShowMenu(d: any): any; postHideMenu(d: any): any; } //# sourceMappingURL=IMenu.d.ts.map