/** * @private * to support IE8 missing getElementById on SVGdocument and on node xmlDOM */ export declare function elementById(doc: Document, id: string): Element | undefined; //# sourceMappingURL=elementById.d.ts.map