export declare class DateComponent { private tooltipId; private nowTooltipId; private errors; private config; private helper; private inputDate; private oldValue; rootElement: HTMLElement; name: string; value: string | Date; label: string; placeholder: string; aid: string; inline: boolean; readOnly: boolean; format: string; timeFormat: string; required: boolean; min: string; max: string; showToday: boolean; isValid: boolean; componentWillRender(): void; render(): any; renderField(): any[]; private getFormatPlaceholder; private handleToday; private handleBlur; private toHandleBlur; }