/** * @copyright NIIT Technologies Ltd. 2017-18. */ import { NgZone, ElementRef, Renderer } from '@angular/core'; import { ControlComponent } from '../../core/component/control.component'; /** * Tabs */ export declare class NgcTabsComponent extends ControlComponent { private ngZone; private elementRef; private rendererRef; animationType: any; autoHeight: any; closeButtonSize: any; collapsible: any; contentTransitionDuration: any; disabled: any; enabledHover: any; enableScrollAnimation: any; initTabContent: any; keyboardNavigation: any; next: any; previous: any; position: any; reorder: any; rtl: any; scrollAnimationDuration: any; selectedItem: any; selectionTracker: any; scrollable: any; scrollPosition: any; scrollStep: any; showCloseButtons: any; toggleMode: any; theme: any; width: any; height: any; autoCreate: boolean; /** * Initialize */ constructor(ngZone: NgZone, elementRef: ElementRef, rendererRef: Renderer); } /** * Tabs Module */ export declare class NgcTabsModule { }