import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DatepickerPanelComponent { isRangeType: boolean; showTime: boolean; showCustom: boolean; customTemplate: TemplateRef; footerTemplate: TemplateRef; mode: 'year' | 'month' | 'date' | 'week'; constructor(); onClick(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }