/**
 * @license chowa v1.1.3
 *
 * Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn).
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
export declare const Common: {
    confirm: string;
    cancel: string;
    clear: string;
};
export declare const Calendar: {
    year: string;
    month: string;
    week: string;
    day: string;
    yearFormat: string;
    monthFormat: string;
    weeksFormat: string;
    dayFormat: string;
    weeks: string[];
    months: string[];
    date: string;
    time: string;
    today: string;
    now: string;
    contextmenu: {
        createEvent: string;
        editEvent: string;
        removeEvent: string;
    };
    editModal: {
        createTitle: string;
        editTitle: string;
        startTime: string;
        startTimePlaceholder: string;
        startTimeNotice: string;
        finishTime: string;
        finishTimePlaceholder: string;
        finishTimeNotice: string;
        type: string;
        typeNotice: string;
        category: string;
        categoryPlaceholder: string;
        categoryNotice: string;
        content: string;
        contentPlaceholder: string;
        contentNotice: string;
    };
};
export declare const Cascader: {
    placeholder: string;
    noDataDescription: string;
};
export declare const DatePicker: {
    datePlaceholder: string;
    dateFormat: string;
    monthPlaceholder: string;
    monthFormat: string;
    yearPlaceholder: string;
    yearFormat: string;
    weeksPlaceholder: string;
    weeksFormat: string;
    rangePlaceholder: string;
    rangeFormat: string;
};
export declare const Modal: {
    alertTitle: string;
    confirmTitle: string;
    promptTitle: string;
};
export declare const NoData: {
    description: string;
};
export declare const Pagination: {
    pageSizeUnit: string;
};
export declare const Rate: {
    valueUnit: string;
};
export declare const Select: {
    placeholder: string;
    noDataDescription: string;
};
export declare const TimePicker: {
    placehoder: string;
};
export declare const Transfer: {
    searchPlaceholder: string;
    noDataDescription: string;
    titles: string[];
};
export declare const Table: {
    expandedOpenNode: string;
    expandedCloseNode: string;
};
export declare const Upload: {
    select: string;
    drag: string;
};
