import Word from '../../Word'; export declare class OMath { element: Element; static fromXML(word: Word, element: Element): OMath; }