import { OnInit, OnDestroy } from '@angular/core'; import { Field } from 'ng-formly'; export declare class FormlyDatetimeComponent extends Field implements OnInit, OnDestroy { private ngUnsubscribe; value: string; autoCorrectedDatePipe: any; private momentFunc; constructor(); ngOnInit(): void; onChange(e: any): void; today(): void; createAutoCorrectedDateTimePipe(dateFormat: string): (conformedValue: any) => false | { value: any; indexesOfPipedChars: any[]; }; ngOnDestroy(): void; }