/** * Parses an SVG document, returning all of the gradient declarations found in it * @param {SVGDocument} doc SVG document to parse * @return {Object} Gradient definitions; key corresponds to element id, value -- to gradient definition element */ export declare function getGradientDefs(doc: Document): Record; //# sourceMappingURL=getGradientDefs.d.ts.map