import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import { InputBase } from '../input-base'; import dayjs from 'dayjs'; import { InputResponse } from '../input-response'; import { NgbDateStruct } from '@ng-bootstrap/ng-bootstrap'; import * as i0 from "@angular/core"; export declare class DateComponent implements InputBase, OnChanges { ngbInputValue?: NgbDateStruct; id: string; label: string; title: string; isRequired: boolean; isReadOnly: boolean; placeholder?: string | undefined; value?: dayjs.Dayjs; onClick?: EventEmitter; onChange?: EventEmitter; click(): void; change(): void; ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; parseInputFromValue(): void; parseInputToValue(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }