import { InputStrategy, InputType } from '../input.component'; import IMask from 'imask'; import * as i0 from "@angular/core"; export declare class InputDateStrategy implements InputStrategy { type: InputType; readonly dateFormat = "dd.MM.yyyy"; placeholder: string; constructor(); get mask(): IMask.MaskedDateOptions; parse(value: any): any; format(value: any): Date; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }