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<CalendarConfirmPanelComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CalendarConfirmPanelComponent, "CalendarConfirmPanel, nzm-calendar-confirm-panel", never, { "propsData": { "alias": "propsData"; "required": false; }; "disableBtn": { "alias": "disableBtn"; "required": false; }; "formatStr": { "alias": "formatStr"; "required": false; }; "startDateTime": { "alias": "startDateTime"; "required": false; }; "endDateTime": { "alias": "endDateTime"; "required": false; }; "onConfirm": { "alias": "onConfirm"; "required": false; }; }, {}, never, never, false, never>;
}
