/** * @copyright NIIT Technologies Ltd. 2017-18. */ import { NgZone, ElementRef, Renderer } from '@angular/core'; import { ControlComponent } from '../../core/component/control.component'; /** * Menu */ export declare class NgcMenuComponent extends ControlComponent { private ngZone; private elementRef; private rendererRef; animationShowDuration: any; animationHideDuration: any; animationHideDelay: any; animationShowDelay: any; autoCloseInterval: any; autoSizeMainItems: any; autoCloseOnClick: any; autoOpenPopup: any; autoOpen: any; clickToOpen: any; disabled: any; enableHover: any; easing: any; keyboardNavigation: any; minimizeWidth: any; mode: any; popupZIndex: any; rtl: any; showTopLevelArrows: any; source: any; theme: any; width: any; height: any; autoCreate: boolean; /** * Initialize */ constructor(ngZone: NgZone, elementRef: ElementRef, rendererRef: Renderer); } /** * Menu Module */ export declare class NgcMenuModule { }