/** * @copyright NIIT Technologies Ltd. 2017-18. */ import { NgZone, ElementRef, Renderer } from '@angular/core'; import { ControlComponent } from '../../core/component/control.component'; /** * Date Time Input */ export declare class NgcDateTimeInputComponent extends ControlComponent { private ngZone; private elementRef; private rendererRef; animationType: any; allowNullDate: any; allowKeyboardDelete: any; clearString: any; culture: any; closeDelay: any; closeCalendarAfterSelection: any; dropDownHorizontalAlignment: any; dropDownVerticalAlignment: any; enableBrowserBoundsDetection: any; enableAbsoluteSelection: any; firstDayOfWeek: any; formatString: any; min: any; max: any; openDelay: any; placeHolder: any; popupZIndex: any; rtl: any; readonly: any; showFooter: any; selectionMode: any; showWeekNumbers: any; showTimeButton: any; showCalendarButton: any; theme: any; template: any; textAlign: any; todayString: any; width: any; height: any; autoCreate: boolean; /** * Initialize */ constructor(ngZone: NgZone, elementRef: ElementRef, rendererRef: Renderer); /** * On Input Change * * @param Event */ inputChange($e: any): void; } /** * Date Time Input Module */ export declare class NgcDateTimeInputModule { }