import { Calendar } from "primeng/calendar"; import * as i0 from "@angular/core"; /** * Though delete the following line, there's no error thrown in the console * but the directive doesn't work as expected, value is not updated in the input field after selection * so we need to keep it */ export declare class psdCalendarDirective { private readonly hostEl; constructor(hostEl: Calendar); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }