/**
 * @description i18n zh-CN
 * @author wangfupeng
 */
declare const _default: {
    tableModule: {
        modal: {
            border: string;
            borderColor: string;
            borderStyle: string;
            borderWidth: string;
            borderWidthDefault: string;
            bgColor: string;
            align: string;
            verticalAlign: string;
            width: string;
            widthAuto: string;
            widthFull: string;
            mixed: 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;
        };
        verticalAlign: {
            top: string;
            middle: string;
            bottom: 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;
