import { CalendarConfirmPanelPropsType } from './PropsType';
export declare class CalendarConfirmPanelComponent {
    props: CalendarConfirmPanelPropsType;
    startTimeStr: string;
    endTimeStr: string;
    btnCls: string;
    propsData: any;
    disableBtn: any;
    formatStr: any;
    startDateTime: any;
    endDateTime: any;
    onConfirm: any;
    confirmPane: boolean;
    constructor();
    formatTime(): void;
    triggerConfirm: () => void;
    selfFormatDate(date: Date): string;
}
