/** 将 jc 转成 text-align * * http://webapp.docx4java.org/OnlineDemo/ecma376/WordML/ST_Jc.html */ export declare function jcToTextAlign(jc: string): "left" | "center" | "right" | "justify";