import { ElementRef, EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { GC } from '../inputman'; import { GcComponents } from './GcComponents'; import * as i0 from "@angular/core"; export declare class GcDateTimePickerComponent extends GcComponents implements ControlValueAccessor { constructor(ref: ElementRef); private onChange; private onTouched; writeValue(value: any): void; registerOnChange(onChange: any): void; registerOnTouched(onTouched: any): void; setDisabledState(isDisabled: boolean): void; selectedValue: Date; maxDate: Date; minDate: Date; type: GC.InputMan.PickerType; minuteInterval: GC.InputMan.Interval; secondsInterval: GC.InputMan.Interval; enabled: boolean; visible: boolean; hasSeconds: string; showMidnightAs24: string; yearFormat: Function; monthFormat: Function; dayFormat: Function; selectedDateChanged: EventEmitter; selectedValueChange: EventEmitter; protected initGcComponent(): void; protected bindEvent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }