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