/** * http://webapp.docx4java.org/OnlineDemo/ecma376/WordML/sym.html */ export declare class Sym { font: string; char: string; static parseXML(element: Element): Sym; }