export declare class OwlDateTimeIntl {
    upSecondLabel: string;
    downSecondLabel: string;
    upMinuteLabel: string;
    downMinuteLabel: string;
    upHourLabel: string;
    downHourLabel: string;
    prevMonthLabel: string;
    nextMonthLabel: string;
    prevYearLabel: string;
    nextYearLabel: string;
    prevMultiYearLabel: string;
    nextMultiYearLabel: string;
    switchToMonthViewLabel: string;
    switchToMultiYearViewLabel: string;
    cancelBtnLabel: string;
    setBtnLabel: string;
    rangeFromLabel: string;
    rangeToLabel: string;
    hour12AMLabel: string;
    hour12PMLabel: string;
}
