declare const _default: {
    zh: {
        rows: string;
        columns: string;
        cancel: string;
        insertTable: string;
        removeTable: string;
        insertColumn: string;
        removeColumn: string;
        insertRow: string;
        removeRow: string;
        mergeCells: string;
        splitCell: string;
    };
    zhHant: {
        rows: string;
        columns: string;
        cancel: string;
        insertTable: string;
        removeTable: string;
        insertColumn: string;
        removeColumn: string;
        insertRow: string;
        removeRow: string;
        mergeCells: string;
        splitCell: string;
    };
    en: {
        rows: string;
        columns: string;
        cancel: string;
        insertTable: string;
        removeTable: string;
        insertColumn: string;
        removeColumn: string;
        insertRow: string;
        removeRow: string;
        mergeCells: string;
        splitCell: string;
    };
    pl: {
        rows: string;
        columns: string;
        cancel: string;
        insertTable: string;
        removeTable: string;
        insertColumn: string;
        removeColumn: string;
        insertRow: string;
        removeRow: string;
        mergeCells: string;
        splitCell: string;
    };
    jpn: {
        rows: string;
        columns: string;
        cancel: string;
        insertTable: string;
        removeTable: string;
        insertColumn: string;
        removeColumn: string;
        insertRow: string;
        removeRow: string;
        mergeCells: string;
        splitCell: string;
    };
    kr: {
        rows: string;
        columns: string;
        cancel: string;
        insertTable: string;
        removeTable: string;
        insertColumn: string;
        removeColumn: string;
        insertRow: string;
        removeRow: string;
        mergeCells: string;
        splitCell: string;
    };
    pt_br: {
        rows: string;
        columns: string;
        cancel: string;
        insertTable: string;
        removeTable: string;
        insertColumn: string;
        removeColumn: string;
        insertRow: string;
        removeRow: string;
        mergeCells: string;
        splitCell: string;
    };
    nl: {
        rows: string;
        columns: string;
        cancel: string;
        insertTable: string;
        removeTable: string;
        insertColumn: string;
        removeColumn: string;
        insertRow: string;
        removeRow: string;
        mergeCells: string;
        splitCell: string;
    };
};
export default _default;
