export class Document extends Element {
    static fromString(xmlString: string): Document;
    constructor(rawFxpDocument: Array<object>);
}
import { Element } from "./element";
//# sourceMappingURL=document.d.ts.map