/**
 * @description i18n zh-CN
 * @author wangfupeng
 */
declare const _default: {
    tableModule: {
        modal: {
            border: string;
            borderWidth: string;
            bgColor: string;
            align: string;
            ok: string;
        };
        color: {
            default: string;
            clear: string;
        };
        borderStyle: {
            none: string;
            solid: string;
            dotted: string;
            dashed: string;
            double: string;
            groove: string;
            ridge: string;
            inset: string;
            outset: string;
        };
        deleteCol: string;
        deleteRow: string;
        deleteTable: string;
        widthAuto: string;
        insertCol: string;
        insertRow: string;
        insertTable: string;
        header: string;
        mergeCell: string;
        splitCell: string;
        tableProperty: string;
        cellProperty: string;
    };
};
export default _default;
