import { OnInit } from '@angular/core'; import { FormGroup, AbstractControl } from '@angular/forms'; export declare class MdDatepickerComponent implements OnInit { field: any; form: FormGroup; span: number; label: string; touchUi: boolean; eNfxFlex: string; eNfxFlexXs: string; formControl: AbstractControl; constructor(); ngOnInit(): void; patchValueToView(): void; onResize(width: any): void; }