import { CalendarConfirmPanelPropsType } from './PropsType'; import * as i0 from "@angular/core"; export declare class CalendarConfirmPanelComponent { props: CalendarConfirmPanelPropsType; startTimeStr: string; endTimeStr: string; btnCls: string; set propsData(value: any); set disableBtn(value: any); set formatStr(value: any); set startDateTime(value: any); set endDateTime(value: any); set onConfirm(value: any); confirmPane: boolean; constructor(); formatTime(): void; triggerConfirm: () => void; selfFormatDate(date: Date): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }