import { InputType } from '../../../szorba-types'; import { SzHtmlFormInputComponent } from '../sz-html-form-input/sz-html-form-input.component'; import * as i0 from "@angular/core"; export declare class SzHtmlFormInputDateComponent extends SzHtmlFormInputComponent { type: InputType; classSzHtmlFormInputDate: boolean; get value(): string; set value(val: string); setValueByDate(date: Date): void; getValueAsDate(): Date; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }